feat/ui_fix #18

Merged
Fabel merged 14 commits from feat/ui_fix into develop 2025-04-22 15:10:46 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 359d29ca68 - Show all commits

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"),