Add a proper description for the PyPi site
This commit is contained in:
parent
5471eabbfd
commit
689649c8ae
@ -1,4 +1,4 @@
|
||||
import os
|
||||
|
||||
DATAPATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data")
|
||||
VERSION = '0.0.1'
|
||||
VERSION = '0.0.2'
|
||||
|
4
setup.py
4
setup.py
@ -3,6 +3,8 @@
|
||||
from etherpump import VERSION
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
with open('README.md', 'r') as handle:
|
||||
long_description = handle.read()
|
||||
|
||||
setup(
|
||||
name='etherpump',
|
||||
@ -17,6 +19,8 @@ setup(
|
||||
url='https://git.vvvvvvaria.org/varia/etherpump',
|
||||
license='GPLv3',
|
||||
description='Etherpump: pumping text from etherpads into publications',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
install_requires=["html5lib", "jinja2"],
|
||||
classifiers=[
|
||||
'Programming Language :: Python :: 3',
|
||||
|
Loading…
Reference in New Issue
Block a user