We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16634e3 + 2c5edad commit 4ed8863Copy full SHA for 4ed8863
setup.py
@@ -13,17 +13,8 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
17
import setuptools
18
19
-# In python < 2.7.4, a lazy loading of package `pbr` will break
20
-# setuptools if some other modules registered functions in `atexit`.
21
-# solution from: http://bugs.python.org/issue15881#msg170215
22
-try:
23
- import multiprocessing # noqa
24
-except ImportError:
25
- pass
26
-
27
setuptools.setup(
28
setup_requires=['pbr>=1.8'],
29
pbr=True)
0 commit comments