Изменил(а) на 'setup.py'

This commit is contained in:
2023-06-01 17:22:28 +03:00
parent fb636980a9
commit 7227fd2f32

View File

@@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='jeweller-extend',
version='0.2.2',
version='0.2.3',
package_dir={'extend': 'extend'},
packages=find_packages(),
include_package_data=True,