File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 5858
5959from distutils .command .build_ext import build_ext
6060from 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
6864def 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/" ,
You can’t perform that action at this time.
0 commit comments