projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42d500f
)
setup: subclass setuptools.Command instead of distutils Command
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 29 Jan 2009 14:00:58 +0000
(07:00 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 29 Jan 2009 14:00:58 +0000
(07:00 -0700)
There's almost no difference between them, but let's be consistent try to use the setuptools API as it was intended.
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index cfcc5fd4db9fff6deb70f6aaa1d657413c66a537..7cdf52cd09239b57cfdd6eef6f519d9bc09379bf 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-72,7
+72,7
@@
else:
from setuptools import find_packages, setup
from setuptools.command import sdist
-from
distutils.core
import Command
+from
setuptools
import Command
from pkg_resources import require
# Make the dependency-version-requirement, which is used by the Makefile at