Skip to content

Commit f366d88

Browse files
fix up some build and release issues
1 parent db6000b commit f366d88

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

setup.cfg

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ python_requires = >= 3.5
3636
setup_requires =
3737
wheel
3838
setuptools>=50.3.2
39-
setuptools_scm[toml]>=3.4
4039
setuptools-declarative-requirements
4140
install_requires =
4241
salt>=3004
@@ -72,6 +71,9 @@ docs =
7271
importlib_metadata; python_version < "3.8"
7372
docsauto =
7473
sphinx-autobuild
74+
release =
75+
twine
76+
wheel
7577

7678
[bdist_wheel]
7779
# Use this option if your package is pure-python
@@ -80,7 +82,3 @@ universal = 1
8082
[build_sphinx]
8183
source_dir = docs
8284
build_dir = build/sphinx
83-
84-
[sdist]
85-
owner = root
86-
group = root

0 commit comments

Comments
 (0)