Skip to content

Commit

Permalink
Get rid of setup.py, upgrade more things
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 7, 2022
1 parent 479f2b7 commit 9eab0cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[build-system]
requires = ['setuptools>=43', 'wheel', 'setuptools_scm~=5.0.1']
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

[tool.black]
target-version = ['py36']
Expand Down
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ zip_safe = False
include_package_data = True
packages = find:
install_requires =
setuptools >= 43
setuptools_scm == 5.0.*
setuptools >= 45
setuptools_scm >= 6.2
header2whatever >= 0.4.2
robotpy-cppheaderparser >= 5.0.12
sphinxify >= 0.7.3
Expand All @@ -37,8 +37,6 @@ install_requires =
dataclasses; python_version < '3.7'
delocate; platform_system == 'Darwin'
distro; platform_system == 'Linux'
setup_requires =
setuptools_scm
python_requires = >=3.6

[options.entry_points]
Expand Down
5 changes: 0 additions & 5 deletions setup.py

This file was deleted.

0 comments on commit 9eab0cd

Please sign in to comment.