Skip to content

Commit

Permalink
Fix typo in setup.py (#9790)
Browse files Browse the repository at this point in the history
  • Loading branch information
willtryagain committed Dec 10, 2020
1 parent eac1897 commit 35e5031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)))

# This requires setuptools when building; setuptools is not needed
# when installing from a wheel file (though it is still neeeded for
# when installing from a wheel file (though it is still needed for
# alternative forms of installing, as suggested by README.md).
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py
Expand Down

0 comments on commit 35e5031

Please sign in to comment.