Compare commits
No commits in common. "a8a44ed1d42405e70d26a0c6e61de12528ed27d5" and "c82d0670afc83635c468003404d8ba8e761f1ee3" have entirely different histories.
a8a44ed1d4
...
c82d0670af
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.38'
|
__version__ = '0.1.37'
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -45,6 +45,7 @@ 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