Skip to content

Commit

Permalink
setup.py: Remove unnecessary declarations of packages, package_dir; see
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Feb 4, 2024
1 parent f08188e commit 6f3b923
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ def run(self):
]

setup(
packages=find_packages(),
ext_modules=extensions,
package_dir={'primecountpy': 'primecountpy'},
cmdclass={'build_ext': build_ext},
)

0 comments on commit 6f3b923

Please sign in to comment.