Compare commits
2 Commits
c82d0670af
...
a8a44ed1d4
Author | SHA1 | Date | |
---|---|---|---|
a8a44ed1d4 | |||
5578560e30 |
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.37'
|
__version__ = '0.1.38'
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -45,7 +45,6 @@ def find_python_packages() -> list[str]:
|
||||||
for init_file in root_path.rglob('__init__.py'):
|
for init_file in root_path.rglob('__init__.py'):
|
||||||
packages.add(str(init_file.parent).replace('/', '.'))
|
packages.add(str(init_file.parent).replace('/', '.'))
|
||||||
|
|
||||||
print(f'Found following packages: {packages}')
|
|
||||||
return sorted(packages)
|
return sorted(packages)
|
||||||
|
|
||||||
with open(PACKAGE_NAME + '/_version.py') as f:
|
with open(PACKAGE_NAME + '/_version.py') as f:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user