Skip to content

Commit

Permalink
clean up py2 in setup.py (#390)
Browse files Browse the repository at this point in the history
* clean up py2 in setup.py

* Update setup.py
  • Loading branch information
zasdfgbnm authored and farhadrgh committed Nov 13, 2019
1 parent c72ebd8 commit 9337213
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from setuptools import setup, find_packages
import sys

with open("README.md", "r") as fh:
long_description = fh.read()
Expand All @@ -23,7 +22,4 @@
],
}

if sys.version_info[0] < 3:
setup_attrs['install_requires'].append('typing')

setup(**setup_attrs)

0 comments on commit 9337213

Please sign in to comment.