Use python_requires and extras_require for version-specific deps
Fixes #93. Fixes #92 Example: ``` $ pip install . Processing /.../ZEO ZEO requires Python '>=2.7.9,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' but the running Python is 3.3.6` ```
Showing
setup.cfg
0 → 100644
Please register or sign in to comment