Skip to content

Commit

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

setup()

def local_scheme(version):
return ""

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

0 comments on commit aa84288

Please sign in to comment.