- commit
- eaef583b196682fc1b792750ecf86f68ee80e7b8
- parent
- 74ac8ca675fc7cc00ab3da10eb369ab471a7ecd7
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-04-11 08:19
add extra requires to setup.py
Diffstat
| M | setup.py | 5 | +++++ |
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
@@ -10,6 +10,11 @@ setup( 10 10 author_email='tobias.bengfort@gmx.net', 11 11 platforms='any', 12 12 py_modules=['cctool'], -1 13 extras_require={ -1 14 'ldif': ['python-ldap'], -1 15 'ical': ['vobject'], -1 16 'vcard': ['vobject'], -1 17 }, 13 18 license='GPLv3+', 14 19 entry_points={'console_scripts': 'cctool=cctool:main'}, 15 20 classifiers=[