Skip to content

Commit 4669828

Browse files
committed
Fix clean command
1 parent c51e6cd commit 4669828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def finalize_options(self):
3333
pass
3434

3535
def run(self):
36-
for folder in ("build", "dist", "intnan.egg-info"):
36+
for folder in ("build", "dist", "numpy_groupies.egg-info"):
3737
path = os.path.join(base_path, folder)
3838
if os.path.isdir(path):
3939
print("removing '{}' (and everything under it)".format(path))

0 commit comments

Comments
 (0)