comparison setup.py @ 56:1e62ccffb395

Update setup.py and README.rst
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 03 Nov 2014 15:25:19 +0100
parents 8a3f3427aa15
children
comparison
equal deleted inserted replaced
55:b60f56ac7923 56:1e62ccffb395
10 return f.read() 10 return f.read()
11 11
12 setup( 12 setup(
13 name='odfcast', 13 name='odfcast',
14 version=version, 14 version=version,
15 description="A conversion http service based on py3o", 15 description="A document conversion http service based on Open-"
16 "/LibreOffice, py3o and PyPDF2",
16 long_description=read("README.rst"), 17 long_description=read("README.rst"),
17 classifiers=[ 18 classifiers=[
18 "Development Status :: 3 - Alpha", 19 "Development Status :: 4 - Beta",
19 "Operating System :: POSIX :: Linux", 20 "Operating System :: OS Independent",
20 "Programming Language :: Python", 21 "Programming Language :: Python",
22 "Topic :: Internet :: WWW/HTTP :: HTTP Servers",
23 "Topic :: Text Processing :: General",
24 "License :: OSI Approved :: MIT License",
21 ], 25 ],
22 keywords='OpenOffice PDF', 26 keywords='OpenOffice PDF',
23 author='Björn Ricks', 27 author='Björn Ricks',
24 author_email='bjoern.ricks@intevation.de', 28 author_email='bjoern.ricks@intevation.de',
25 url='', 29 url='',
26 license='', 30 license='MIT License',
27 packages=find_packages(exclude=["examples"]), 31 packages=find_packages(exclude=["examples"]),
28 include_package_data=True, 32 include_package_data=True,
29 zip_safe=True,
30 install_requires=read("requirements.txt").split(), 33 install_requires=read("requirements.txt").split(),
31 ) 34 )
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)