feat/hotfix #21

Merged
Fabel merged 2 commits from feat/hotfix into develop 2025-04-26 11:47:23 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d4b6eefa92 - Show all commits

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "prodir"
version = "1.0.1"
version = "1.0.2"
description = "A module for analyzing and creating directory structures"
scripts = {prodir = "prodir.__main__:main"}
dependencies = []

View File

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