Skip to content

Commit 545e0a1

Browse files
committed
prepare 1.0.0
1 parent 02be3f5 commit 545e0a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
setup(
55
name='markdown-fenced-code-tabs',
66
version='1.0.0',
7+
url='https://github.com/yacir/markdown-fenced-code-tabs',
78
project_urls={
89
'Bug Reports': 'https://github.com/yacir/markdown-fenced-code-tabs/issues',
910
'Say Thanks!': 'http://saythanks.io/to/yacir',
@@ -30,7 +31,7 @@
3031
'Programming Language :: Python :: 2',
3132
'Programming Language :: Python :: 3',
3233
'Intended Audience :: Developers',
33-
'Topic :: Software Development :: Libraries :: Python Modules',
34-
'Topic :: Software Development :: Libraries :: Text Processing'
34+
'Topic :: Software Development :: Libraries',
35+
'Topic :: Text Processing'
3536
]
3637
)

0 commit comments

Comments
 (0)