Skip to content

Commit

Permalink
Add docs/ to sdist
Browse files Browse the repository at this point in the history
Addresses part of #14
  • Loading branch information
micktwomey committed Jul 16, 2021
1 parent acd616c commit 1a89073
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
recursive-include iso8601 *.py *.pyi
include README.rst LICENSE tox.ini setup.py *requirements.txt
recursive-include docs *.py Makefile *.bat *.rst
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ Python 2.5 is not supported (too old for the tests for the most part). It could
Changes
=======

0.1.16
------

* Include `docs/` into sdist tarball (thanks to kloczek in https://github.com/micktwomey/pyiso8601/issues/14)

0.1.15
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="iso8601",
version="0.1.15",
version="0.1.16",
description=long_description.split("\n")[0],
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 1a89073

Please sign in to comment.