Classifiers
This commit is contained in:
parent
9ceaa3531b
commit
4695f33c04
1 changed files with 4 additions and 3 deletions
7
setup.py
7
setup.py
|
@ -12,10 +12,11 @@ setuptools.setup(
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 6 - Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'License :: OSI Approved :: MIT',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Operating System :: OS Independent'
|
'Operating System :: OS Independent',
|
||||||
|
'Environment :: X11 Applications :: GTK'
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'PyGObject>=3.42.2'
|
'PyGObject>=3.42.2'
|
||||||
|
|
Loading…
Add table
Reference in a new issue