diff options
| author | Barry Warsaw | 2009-11-23 22:20:48 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-11-23 22:20:48 -0500 |
| commit | 69947b01e51c431b68bcb9dc38f41aca27769927 (patch) | |
| tree | 0c0c621649494364f4f2e63f1f22baa18028213c /setup.py | |
| parent | 73869a6880b53567267225b0d555f898ba50c5a8 (diff) | |
| download | mailman-69947b01e51c431b68bcb9dc38f41aca27769927.tar.gz mailman-69947b01e51c431b68bcb9dc38f41aca27769927.tar.zst mailman-69947b01e51c431b68bcb9dc38f41aca27769927.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -15,8 +15,8 @@ # You should have received a copy of the GNU General Public License along with # GNU Mailman. If not, see <http://www.gnu.org/licenses/>. -import ez_setup -ez_setup.use_setuptools() +from distribute_setup import use_setuptools +use_setuptools() import os import re @@ -107,9 +107,6 @@ case second `m'. Any other spelling is incorrect.""", 'zope.interface', 'zope.schema', ], - setup_requires = [ - 'setuptools_bzr', - ], extras_require=dict( docs=['Sphinx', 'z3c.recipe.sphinxdoc'], ) |
