Skip to content

Commit

Permalink
switch to setuptools so an egg can be built
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Oct 9, 2009
1 parent 3034458 commit b4755c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -23,7 +23,7 @@
# END OF COPYRIGHT #


from distutils.core import setup
from setuptools import setup
import offlineimap.version

setup(name = "offlineimap",
Expand All @@ -34,7 +34,6 @@
url = offlineimap.version.homepage,
packages = ['offlineimap', 'offlineimap.folder',
'offlineimap.repository', 'offlineimap.ui'],
scripts = ['bin/offlineimap'],
license = offlineimap.version.copyright + \
", Licensed under the GPL version 2"
)
Expand Down

0 comments on commit b4755c4

Please sign in to comment.