Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

Commit d881b35

Browse files
committed
check validity of long_description before publishing package to pypi
1 parent 055bdd4 commit d881b35

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ release:
3434

3535
pypi:
3636
@pipenv run python setup.py build sdist
37+
@pipenv run twine check dist/*.tar.gz
3738
@pipenv run twine upload dist/*.tar.gz
3839

3940
clean:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Mercator actually supports extracting data from:
2929

3030
- dictionaries
3131
- SQLAlchemy model instances
32-
- Any opaque python objects (e.g.: :py:class:`~collections.namedtuple`)
32+
- Any opaque python objects (e.g.: ``collections.namedtuple``)
3333

3434

3535
When should I use Mercator ?

0 commit comments

Comments
 (0)