We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51e6cd commit 4669828Copy full SHA for 4669828
setup.py
@@ -33,7 +33,7 @@ def finalize_options(self):
33
pass
34
35
def run(self):
36
- for folder in ("build", "dist", "intnan.egg-info"):
+ for folder in ("build", "dist", "numpy_groupies.egg-info"):
37
path = os.path.join(base_path, folder)
38
if os.path.isdir(path):
39
print("removing '{}' (and everything under it)".format(path))
0 commit comments