Skip to content

Commit

Permalink
Disables setuptools-scm versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
meow464 committed Aug 26, 2021
1 parent 965c96e commit ff050d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


setup(
use_scm_version=True,
use_scm_version=False,
setup_requires=['setuptools_scm'],
)
# name="kivy-ios",
Expand Down

0 comments on commit ff050d1

Please sign in to comment.