Loading pyproject.toml 0 → 100644 +3 −0 Original line number Diff line number Diff line [build-system] requires = ["setuptools", "wheel", "numpy"] setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ def get_version(): try: import subprocess command = ['git', 'describe', '--tags', '--always', '--dirty'] return subprocess.check_output(command) return str(subprocess.check_output(command)) except: pass Loading Loading
pyproject.toml 0 → 100644 +3 −0 Original line number Diff line number Diff line [build-system] requires = ["setuptools", "wheel", "numpy"]
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ def get_version(): try: import subprocess command = ['git', 'describe', '--tags', '--always', '--dirty'] return subprocess.check_output(command) return str(subprocess.check_output(command)) except: pass Loading