File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 19
19
include_package_data = True ,
20
20
zip_safe = False ,
21
21
classifiers = [
22
- 'Programming Language :: Python :: 3' ,
22
+ 'Development Status :: 4 - Beta' ,
23
+ 'Framework :: Sphinx' ,
24
+ 'Framework :: Sphinx :: Extension' ,
23
25
'License :: OSI Approved :: MIT License' ,
24
26
'Operating System :: OS Independent' ,
27
+ 'Programming Language :: Python :: 2.7' ,
28
+ 'Programming Language :: Python :: 3' ,
29
+ 'Topic :: Documentation :: Sphinx' ,
30
+ 'Topic :: Software Development :: Documentation' ,
25
31
],
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
+ },
26
38
)
You can’t perform that action at this time.
0 commit comments