Compare commits

...

2 Commits
main ... bugfix

Author SHA1 Message Date
Falko Victor Habel 53c3025856 updated namings
Gitea Actions For prodir / Explore-Gitea-Actions (push) Successful in 23s Details
2025-02-10 18:15:34 +01:00
Falko Victor Habel 359d29ca68 bugfix in version number
Gitea Actions For Tree-Structurer / Explore-Gitea-Actions (push) Successful in 22s Details
2025-02-09 21:33:41 +01:00
3 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Gitea Actions For Tree-Structurer
name: Gitea Actions For prodir
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]

View File

@ -8,3 +8,9 @@ version = "1.0.0"
description = "A module for analyzing and creating directory structures"
scripts = {prodir = "prodir.__main__:main"}
dependencies = []
license = {text = "Creative Commons Attribution 4.0 International"}
authors = [
{ name="Falko Habel", email="falko.habel@fabelous.app" }
]

View File

@ -20,7 +20,7 @@ tree_structurer_module = Extension(
setup(
name='prodir',
version='0.1.0',
version='1.0.0',
description='A module for analyzing directory structures',
ext_modules=[tree_structurer_module],
packages=find_packages(where="src"),