Skip to content

Commit ccf6d90

Browse files
authored
Expand setup.py with more data (readthedocs#20)
Expand setup.py with more data
2 parents 697ff2b + d6eeca6 commit ccf6d90

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

setup.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,20 @@
1919
include_package_data=True,
2020
zip_safe=False,
2121
classifiers=[
22-
'Programming Language :: Python :: 3',
22+
'Development Status :: 4 - Beta',
23+
'Framework :: Sphinx',
24+
'Framework :: Sphinx :: Extension',
2325
'License :: OSI Approved :: MIT License',
2426
'Operating System :: OS Independent',
27+
'Programming Language :: Python :: 2.7',
28+
'Programming Language :: Python :: 3',
29+
'Topic :: Documentation :: Sphinx',
30+
'Topic :: Software Development :: Documentation',
2531
],
32+
keywords='tooltip hoverxref sphinx',
33+
project_urls={
34+
'Documentation': 'https://sphinx-hoverxref.readthedocs.io/',
35+
'Source': 'https://github.com/readthedocs/sphinx-hoverxref',
36+
'Tracker': 'https://github.com/readthedocs/sphinx-hoverxref/issues',
37+
},
2638
)

0 commit comments

Comments
 (0)