mirror of
https://github.com/vale981/recommonmark
synced 2025-03-05 18:11:39 -05:00
Merge pull request #111 from ttmc/patch-1
Add more metadata to setup.py for PyPI
This commit is contained in:
commit
a312543fc6
1 changed files with 8 additions and 0 deletions
8
setup.py
8
setup.py
|
@ -14,6 +14,14 @@ import recommonmark
|
||||||
setup(
|
setup(
|
||||||
name='recommonmark',
|
name='recommonmark',
|
||||||
version=recommonmark.__version__,
|
version=recommonmark.__version__,
|
||||||
|
description=('A docutils-compatibility bridge to CommonMark, '
|
||||||
|
'enabling you to write CommonMark '
|
||||||
|
'inside of Docutils & Sphinx projects.'),
|
||||||
|
url='https://github.com/rtfd/recommonmark',
|
||||||
|
license='MIT',
|
||||||
|
classifiers=[
|
||||||
|
'License :: OSI Approved :: MIT License',
|
||||||
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'commonmark>=0.7.3',
|
'commonmark>=0.7.3',
|
||||||
'docutils>=0.11',
|
'docutils>=0.11',
|
||||||
|
|
Loading…
Add table
Reference in a new issue