Skip to content

Commit f562477

Browse files
committed
Pin setuptools_scm (for now)
1 parent 0cc1d15 commit f562477

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

setup.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@
5858

5959
from distutils.command.build_ext import build_ext
6060
from distutils.core import Extension
61-
from distutils.errors import (
62-
CCompilerError,
63-
DistutilsExecError,
64-
DistutilsPlatformError,
65-
)
61+
from distutils.errors import CCompilerError, DistutilsExecError, DistutilsPlatformError
6662

6763

6864
def newrelic_agent_guess_next_version(tag_version):
@@ -164,7 +160,7 @@ def build_extension(self, ext):
164160
"git_describe_command": "git describe --dirty --tags --long --match *.*.*",
165161
"write_to": "newrelic/version.txt",
166162
},
167-
setup_requires=["setuptools_scm>=3.2,<9"],
163+
setup_requires=["setuptools_scm>=3.2,<8.2"],
168164
description="New Relic Python Agent",
169165
long_description=open(readme_file).read(),
170166
url="https://docs.newrelic.com/docs/apm/agents/python-agent/",

0 commit comments

Comments
 (0)