]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Install setuptools_scm 0.1.3
authorScott Shawcroft <scott@tannewt.org>
Thu, 28 Jun 2018 19:38:34 +0000 (12:38 -0700)
committerScott Shawcroft <scott@tannewt.org>
Thu, 28 Jun 2018 19:38:34 +0000 (12:38 -0700)
setup.py

index 04fa21b67167d288f3ba2bddf21d24fc1cb67885..d3f300e066c90c0c662fc48022e0695f4369994d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,8 @@ with io.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
 
 setup(
     name='Adafruit-Blinka',
-    use_scm_version=True
+    use_scm_version=True,
+    setup_requires=["setuptools_scm"],
     description='CircuitPython APIs for non-CircuitPython versions of Python such as CPython on Linux and MicroPython.',
     long_description=long_description,
     long_description_content_type='text/x-rst',
@@ -40,7 +41,6 @@ setup(
     # If your package is a single module, use this instead of 'packages':
     py_modules=['bitbangio', 'board', 'busio', 'digitalio'],
     install_requires=['Adafruit-GPIO'],
-    include_package_data=True,
     license='MIT',
     classifiers=[
         # Trove classifiers