Skip to content

Commit

Permalink
Include README.rst in source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Green committed Aug 8, 2016
1 parent 1324f30 commit e20b979
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -57,3 +57,7 @@

### Changed
- Documentation fixes

## [v1.3.1] - 2016-08-08
### Changed
- Include README.rst in source distribution (fixes package)
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include README.rst
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -28,14 +28,14 @@ def readme():


core.setup(name='backoff',
version='1.3.0',
version='1.3.1',
description="Function decoration for backoff and retry",
long_description=readme(),
py_modules=['backoff'],
author="Bob Green",
author_email="bgreen@litl.com",
keywords = "backoff function decorator",
url="https://github.com/litl/backoff",
download_url="https://github.com/litl/backoff/tarball/v1.3.0",
download_url="https://github.com/litl/backoff/tarball/v1.3.1",
license="MIT",
classifiers=classifiers)

0 comments on commit e20b979

Please sign in to comment.