We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02be3f5 commit 545e0a1Copy full SHA for 545e0a1
setup.py
@@ -4,6 +4,7 @@
4
setup(
5
name='markdown-fenced-code-tabs',
6
version='1.0.0',
7
+ url='https://github.com/yacir/markdown-fenced-code-tabs',
8
project_urls={
9
'Bug Reports': 'https://github.com/yacir/markdown-fenced-code-tabs/issues',
10
'Say Thanks!': 'http://saythanks.io/to/yacir',
@@ -30,7 +31,7 @@
30
31
'Programming Language :: Python :: 2',
32
'Programming Language :: Python :: 3',
33
'Intended Audience :: Developers',
- 'Topic :: Software Development :: Libraries :: Python Modules',
34
- 'Topic :: Software Development :: Libraries :: Text Processing'
+ 'Topic :: Software Development :: Libraries',
35
+ 'Topic :: Text Processing'
36
]
37
)
0 commit comments