Skip to content

Commit

Permalink
Fix setup for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar committed May 8, 2011
1 parent 261c4a1 commit b604527
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
@@ -1,7 +1,7 @@
[egg_info] [egg_info]
tag_build=.dev #tag_build=.dev
tag_date=1 #tag_date=1
tag_svn_revision=0 #tag_svn_revision=0


[nosetests] [nosetests]
with-doctest=1 with-doctest=1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -84,7 +84,7 @@ def run(self):


install_requires = [ install_requires = [
# 'PyGTK >= 2.8.0', - Exclude, since it will not build anyway # 'PyGTK >= 2.8.0', - Exclude, since it will not build anyway
'gaphas >= 0.7.0', 'gaphas >= 0.7.2',
'etk.docking >= 0.1', 'etk.docking >= 0.1',
'zope.component >= 3.4.0', # - won't compile on windows. 'zope.component >= 3.4.0', # - won't compile on windows.
], ],
Expand Down

0 comments on commit b604527

Please sign in to comment.