Skip to content

Commit

Permalink
Merge pull request #1223 from tobias-urdin/setuptools
Browse files Browse the repository at this point in the history
setuptools: Disable auto discovery
  • Loading branch information
tobias-urdin authored Mar 29, 2022
2 parents 1cb31ad + 834c6a5 commit 5a9ba4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
# Remove any local stuff to mimic pbr
use_scm_version={'local_scheme': lambda v: ""},
cmdclass=cmdclass,
py_modules=[],
)

0 comments on commit 5a9ba4d

Please sign in to comment.