Skip to content

Commit

Permalink
Merge pull request python-trio#202 from njsmith/setup-lint
Browse files Browse the repository at this point in the history
Fix some small setup.py issues
  • Loading branch information
njsmith authored Jun 12, 2017
2 parents ec4cdee + 7de0ff9 commit 3c00381
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Vital statistics:
* Supported environments: Linux, MacOS, or Windows running some kind of Python
3.5-or-better (either CPython or PyPy3 is fine). *BSD and illumus likely
3.5-or-better (either CPython or PyPy3 is fine). \\*BSD and illumus likely
work too, but are not tested.
* Install: ``python3 -m pip install -U trio`` (or on Windows, maybe
Expand Down Expand Up @@ -89,6 +89,7 @@
":os_name == 'nt'": ["cffi"], # "cffi is required on windows"
},
python_requires=">=3.5",
keywords=["async", "io", "networking", "trio"],
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 3c00381

Please sign in to comment.