Skip to content

Commit 4f14d8f

Browse files
author
Brian Luft
committed
adds MANIFEST - fixes missing docs and README in dist pkg
1 parent 79e8115 commit 4f14d8f

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

MANIFEST.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
include LICENSE README.rst
2+
recursive-include tests *
3+
recursive-include docs *
4+
recursive-exclude docs *.pyc
5+
recursive-exclude docs *.pyo
6+
recursive-exclude tests *.pyc
7+
recursive-exclude tests *.pyo
8+
prune docs/_build/doctrees

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '0.2'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.2'
53+
release = '0.2.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def read(fname):
66

77
setup(
88
name = "python-flot-utils",
9-
version = "0.2",
9+
version = "0.2.1",
1010
author = "Brian Luft",
1111
author_email = "brian@unbracketed.com",
1212
description = ("Makes it easy to convert Python data structures"

0 commit comments

Comments
 (0)