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

This commit is contained in:
2023-06-01 15:42:43 +03:00
parent d5a18ea8b7
commit bd6928671e

View File

@@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='jeweller-extend', name='jeweller-extend',
version='0.2.1', version='0.2.2',
package_dir={'extend': 'extend'}, package_dir={'extend': 'extend'},
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
@@ -22,15 +22,13 @@ setup(
classifiers=[ classifiers=[
'Environment :: Web Environment', 'Environment :: Web Environment',
'Framework :: Django', 'Framework :: Django',
'Framework :: Django :: 2.2', 'Framework :: Django :: 4.2',
'Framework :: Django :: 3.0',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.8',
'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
], ],