Skip to content

Commit

Permalink
Merge pull request #10 from RonnyPfannschmidt/fix-9-use-pyproject
Browse files Browse the repository at this point in the history
fix #9 no longer use setup_requires
  • Loading branch information
RonnyPfannschmidt authored Jul 31, 2020
2 parents 982a6b3 + 848ea5a commit 4f84396
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 4f84396

Please sign in to comment.