Изменил(а) на 'setup.py'
This commit is contained in:
10
setup.py
10
setup.py
@@ -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',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user