Skip to content

Commit a815455

Browse files
SchoolGuymeaksh
authored andcommitted
Make use of PEP 518 for building
1 parent 6d22982 commit a815455

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build-system]
2+
requires = ["coverage", "distro", "sphinx", "setuptools", "wheel"]

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -478,12 +478,6 @@ def run(self):
478478
'Tracker': 'https://github.com/cobbler/cobbler/issues'
479479
},
480480
license="GPLv2+",
481-
setup_requires=[
482-
"coverage",
483-
"distro",
484-
"setuptools",
485-
"sphinx",
486-
],
487481
install_requires=[
488482
"mod_wsgi",
489483
"requests",

0 commit comments

Comments
 (0)