Skip to content

Commit e20b979

Browse files
author
Bob Green
committed
Include README.rst in source distribution
1 parent 1324f30 commit e20b979

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@
5757

5858
### Changed
5959
- Documentation fixes
60+
61+
## [v1.3.1] - 2016-08-08
62+
### Changed
63+
- Include README.rst in source distribution (fixes package)

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include README.rst

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ def readme():
2828

2929

3030
core.setup(name='backoff',
31-
version='1.3.0',
31+
version='1.3.1',
3232
description="Function decoration for backoff and retry",
3333
long_description=readme(),
3434
py_modules=['backoff'],
3535
author="Bob Green",
3636
author_email="[email protected]",
3737
keywords = "backoff function decorator",
3838
url="https://github.com/litl/backoff",
39-
download_url="https://github.com/litl/backoff/tarball/v1.3.0",
39+
download_url="https://github.com/litl/backoff/tarball/v1.3.1",
4040
license="MIT",
4141
classifiers=classifiers)

0 commit comments

Comments
 (0)