Skip to content

Commit c6a8f1b

Browse files
committed
Update PyPI metadata
1 parent 68ea0c8 commit c6a8f1b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

setup.py

+9-3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
license = "Apache",
4040
zip_safe = True,
4141
url = "http://eventable.github.io/vobject/",
42+
download_url = 'https://github.com/eventable/vobject/tarball/0.9.1',
43+
bugtrack_url = "https://github.com/eventable/vobject/issues",
4244
entry_points = {
4345
'console_scripts': [
4446
'ics_diff = vobject.ics_diff:main',
@@ -49,15 +51,19 @@
4951
install_requires = ['python-dateutil >= 2.4.0'],
5052
platforms = ["any"],
5153
packages = find_packages(),
52-
description = doclines[0],
54+
description = "A full-featured Python package for parsing and creating "
55+
"iCalendar and vCard files",
5356
long_description = "\n".join(doclines[2:]),
57+
keywords = ['vobject', 'icalendar', 'vcard', 'ics', 'vcs', 'hcalendar'],
5458
classifiers = """
5559
Development Status :: 5 - Production/Stable
5660
Environment :: Console
57-
License :: OSI Approved :: Apache Software License
5861
Intended Audience :: Developers
62+
License :: OSI Approved :: Apache Software License
5963
Natural Language :: English
60-
Programming Language :: Python
6164
Operating System :: OS Independent
65+
Programming Language :: Python
66+
Programming Language :: Python :: 2.7
67+
Programming Language :: Python :: 3
6268
Topic :: Text Processing""".strip().splitlines()
6369
)

0 commit comments

Comments
 (0)