Compare commits
2 Commits
ada5149db1
...
30b240f79b
Author | SHA1 | Date | |
---|---|---|---|
30b240f79b | |||
d54da9a15d |
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.13'
|
__version__ = '0.1.14'
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -100,7 +100,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