Skip to content

Commit

Permalink
Add setup requirements
Browse files Browse the repository at this point in the history
This is equivalent to setup_requires on setup.cfg
This is now the preferred way:
pypa/setuptools#1934 (comment)
  • Loading branch information
meow464 committed Aug 27, 2021
1 parent dc0ee6f commit f8d0e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.0"]
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

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

0 comments on commit f8d0e36

Please sign in to comment.