Skip to content

Commit c8dba4f

Browse files
ericvautour-quandlcouture-ql
authored andcommitted
CP-9045/remove-deprecations-during-tests: After further investigation we should still support both setup tools
1 parent edec63f commit c8dba4f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
pip install nasdaq-data-link
1515
""")
1616

17-
from setuptools import setup
17+
try:
18+
from setuptools import setup
19+
except ImportError:
20+
from distutils.core import setup
21+
1822
with open('LONG_DESCRIPTION.rst') as f:
1923
LONG_DESCRIPTION = f.read()
2024

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy