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