|
39 | 39 | license = "Apache",
|
40 | 40 | zip_safe = True,
|
41 | 41 | 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", |
42 | 44 | entry_points = {
|
43 | 45 | 'console_scripts': [
|
44 | 46 | 'ics_diff = vobject.ics_diff:main',
|
|
49 | 51 | install_requires = ['python-dateutil >= 2.4.0'],
|
50 | 52 | platforms = ["any"],
|
51 | 53 | packages = find_packages(),
|
52 |
| - description = doclines[0], |
| 54 | + description = "A full-featured Python package for parsing and creating " |
| 55 | + "iCalendar and vCard files", |
53 | 56 | long_description = "\n".join(doclines[2:]),
|
| 57 | + keywords = ['vobject', 'icalendar', 'vcard', 'ics', 'vcs', 'hcalendar'], |
54 | 58 | classifiers = """
|
55 | 59 | Development Status :: 5 - Production/Stable
|
56 | 60 | Environment :: Console
|
57 |
| - License :: OSI Approved :: Apache Software License |
58 | 61 | Intended Audience :: Developers
|
| 62 | + License :: OSI Approved :: Apache Software License |
59 | 63 | Natural Language :: English
|
60 |
| - Programming Language :: Python |
61 | 64 | Operating System :: OS Independent
|
| 65 | + Programming Language :: Python |
| 66 | + Programming Language :: Python :: 2.7 |
| 67 | + Programming Language :: Python :: 3 |
62 | 68 | Topic :: Text Processing""".strip().splitlines()
|
63 | 69 | )
|
0 commit comments