summaryrefslogtreecommitdiff
path: root/textproc/py-sphinxcontrib-bitbucket/files/patch-setup.py
blob: a224b3f67c2ab06dc11cf9cb5620f16a8b33222d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- setup.py.orig	2011-04-24 16:19:59 UTC
+++ setup.py
@@ -1,9 +1,5 @@
 # -*- coding: utf-8 -*-
 
-# Bootstrap installation of Distribute
-import distribute_setup
-distribute_setup.use_setuptools()
-
 from setuptools import setup, find_packages
 
 try:
@@ -43,5 +39,4 @@ setup(
     include_package_data=True,
     install_requires=requires,
     namespace_packages=['sphinxcontrib'],
-    py_modules = [ 'distribute_setup' ],
 )