Compare commits
No commits in common. "30b240f79b5ce7a7657e9f06a55f5cdf1a8e4864" and "ada5149db1b667b8df1893ff16c67a3ff3d56fdc" have entirely different histories.
30b240f79b
...
ada5149db1
|
@ -1 +1 @@
|
|||
__version__ = '0.1.14'
|
||||
__version__ = '0.1.13'
|
||||
|
|
1
setup.py
1
setup.py
|
@ -100,6 +100,7 @@ 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