We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6000b commit f366d88Copy full SHA for f366d88
setup.cfg
@@ -36,7 +36,6 @@ python_requires = >= 3.5
36
setup_requires =
37
wheel
38
setuptools>=50.3.2
39
- setuptools_scm[toml]>=3.4
40
setuptools-declarative-requirements
41
install_requires =
42
salt>=3004
@@ -72,6 +71,9 @@ docs =
72
71
importlib_metadata; python_version < "3.8"
73
docsauto =
74
sphinx-autobuild
+release =
75
+ twine
76
+ wheel
77
78
[bdist_wheel]
79
# Use this option if your package is pure-python
@@ -80,7 +82,3 @@ universal = 1
80
82
[build_sphinx]
81
83
source_dir = docs
84
build_dir = build/sphinx
-
-[sdist]
85
-owner = root
86
-group = root
0 commit comments