Skip to content

Commit

Permalink
fix up some build and release issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes committed Jan 29, 2022
1 parent db6000b commit f366d88
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ python_requires = >= 3.5
setup_requires =
wheel
setuptools>=50.3.2
setuptools_scm[toml]>=3.4
setuptools-declarative-requirements
install_requires =
salt>=3004
Expand Down Expand Up @@ -72,6 +71,9 @@ docs =
importlib_metadata; python_version < "3.8"
docsauto =
sphinx-autobuild
release =
twine
wheel

[bdist_wheel]
# Use this option if your package is pure-python
Expand All @@ -80,7 +82,3 @@ universal = 1
[build_sphinx]
source_dir = docs
build_dir = build/sphinx

[sdist]
owner = root
group = root

0 comments on commit f366d88

Please sign in to comment.