Skip to content

Commit babf73d

Browse files
committed
build and long_description_content_type
1 parent 37ab95b commit babf73d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

dev-requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
versioneer
22
black
3+
build
34
pylint
45
pex
56
bump2version

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def read_extras(*prefixes):
5757
),
5858
re.sub(":[a-z]+:`~?(.*?)`", r"``\1``", read("CHANGELOG.rst")),
5959
),
60+
long_description_content_type="text/x-rst",
6061
author="Desert contributors",
6162
author_email="[email protected]",
6263
url="https://github.com/python-desert/desert",

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ deps =
3939
-r {toxinidir}/dev-requirements.txt
4040
skip_install = true
4141
commands =
42-
twine check --strict
42+
python -m build
43+
twine check --strict dist/*
4344
check-manifest {toxinidir}
4445
black --check {toxinidir}
4546
isort --verbose --check-only --diff src tests setup.py

0 commit comments

Comments
 (0)