Skip to content

Commit

Permalink
Revert "update setuptools_scm for publishing to PyPI"
Browse files Browse the repository at this point in the history
This reverts commit aa84288.
  • Loading branch information
bcwu committed Mar 7, 2022
1 parent def2a95 commit fff09d8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
from setuptools import setup


def local_scheme(version):
return ""


setup(
use_scm_version={"local_scheme": local_scheme},
)
setup()

0 comments on commit fff09d8

Please sign in to comment.