Skip to content

Commit

Permalink
fix #9 no longer use setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Jul 31, 2020
1 parent 982a6b3 commit 848ea5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
build/
dist/
__pycache__
.tox/
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build-system]
requires = ["setuptools>=41.2.0", "wheel", "setuptools_scm>3"]


[tool.setuptools_scm]
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ def main():
py_modules=['iniconfig'],
description='iniconfig: brain-dead simple config-ini parsing',
long_description=readme,
use_scm_version=True,
setup_requires=['setuptools-scm'],
url='http://github.com/RonnyPfannschmidt/iniconfig',
license='MIT License',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
Expand Down

0 comments on commit 848ea5a

Please sign in to comment.