Skip to content

Commit

Permalink
update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwu committed Mar 7, 2022
1 parent aa84288 commit def2a95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from setuptools import setup



def local_scheme(version):
return ""



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

0 comments on commit def2a95

Please sign in to comment.