Merge pull request #742 from kgriffs/docs

chore(setup.py): DRY up setup.py external module selection for Cython
This commit is contained in:
Fran Fitzpatrick
2016-03-25 16:20:27 -05:00

View File

@@ -63,7 +63,8 @@ Falcon tries to do as little as possible while remaining highly effective.
- Minimal attack surface for writing secure APIs
- 100% code coverage with a comprehensive test suite
- Only depends on six and mimeparse
- Python 2.6, 2.7, 3.3, 3.4 + PyPy
- Supports Python 2.6, 2.7, 3.3, 3.4 and 3.5
- Compatible with PyPy and Jython
Useful Links
------------