Skip to content

Commit

Permalink
Removing the extras_require flag from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreySpohn committed Mar 12, 2024
1 parent b4eee1e commit 0459c66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
url="https://github.com/dsavransky/keplertools",
packages=setuptools.find_packages(exclude=["tests*"]),
install_requires=["numpy", "cython"],
extras_require={"C": ["cython"]},
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 0459c66

Please sign in to comment.