Skip to content

Commit

Permalink
Update PyPI metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
skarim committed Feb 17, 2016
1 parent 68ea0c8 commit c6a8f1b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions setup.py
Expand Up @@ -39,6 +39,8 @@
license = "Apache",
zip_safe = True,
url = "http://eventable.github.io/vobject/",
download_url = 'https://github.com/eventable/vobject/tarball/0.9.1',
bugtrack_url = "https://github.com/eventable/vobject/issues",
entry_points = {
'console_scripts': [
'ics_diff = vobject.ics_diff:main',
Expand All @@ -49,15 +51,19 @@
install_requires = ['python-dateutil >= 2.4.0'],
platforms = ["any"],
packages = find_packages(),
description = doclines[0],
description = "A full-featured Python package for parsing and creating "
"iCalendar and vCard files",
long_description = "\n".join(doclines[2:]),
keywords = ['vobject', 'icalendar', 'vcard', 'ics', 'vcs', 'hcalendar'],
classifiers = """
Development Status :: 5 - Production/Stable
Environment :: Console
License :: OSI Approved :: Apache Software License
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Natural Language :: English
Programming Language :: Python
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Topic :: Text Processing""".strip().splitlines()
)

0 comments on commit c6a8f1b

Please sign in to comment.