Skip to content

Commit dd403f2

Browse files
committed
Fix setup.py
1 parent 4231c50 commit dd403f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
*.iml
44

55
# Pip
6-
DiffUtils.egg-info
6+
*.egg-info
77

88
# Python
99
*.pyc
1010

1111
# A big file I use to test performance:
12-
joined.srg
12+
joined.srg

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
from setuptools import setup, test
3+
from setuptools import setup
44

55
setup(name='SrgLib',
66
version='1.0.0',

0 commit comments

Comments
 (0)