Skip to content

Commit 1ddf88e

Browse files
committed
fix setup.py
1 parent a9560e3 commit 1ddf88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
1313

1414
requires = [
15-
'setuptools',
15+
'distribute',
1616
'pyramid',
1717
'transaction',
1818
'repoze.tm2>=1.0b1', # default_commit_veto

0 commit comments

Comments
 (0)