We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3120352 commit a13e523Copy full SHA for a13e523
1 file changed
setup.py
@@ -42,13 +42,12 @@ def get_version():
42
'License :: OSI Approved :: BSD License',
43
'Operating System :: OS Independent',
44
'Programming Language :: Python',
45
- 'Topic :: Software Development :: Libraries :: Python Modules',
46
- 'Programming Language :: Python',
47
'Programming Language :: Python :: 3',
48
'Programming Language :: Python :: 3.5',
49
'Programming Language :: Python :: 3.6',
50
'Programming Language :: Python :: 3.7',
51
'Programming Language :: Python :: 3.8',
+ 'Topic :: Software Development :: Libraries :: Python Modules',
52
],
53
keywords='textile,text,html markup',
54
install_requires=[
0 commit comments