Skip to content

Commit 63bf956

Browse files
committed
0.1.4
- can now use a filepath as long_description - pypackage will read and pass the contents to setuptools directly - will include a re-reading template in the setup.py output when used
1 parent 16be0c6 commit 63bf956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def long_description():
3232

3333
setup(
3434
name="pypackage",
35-
version="0.1.3",
35+
version="0.1.4",
3636
author="Adam Talsma",
3737
author_email="[email protected]",
3838
url="http://ccpgames.github.io/pypackage",

0 commit comments

Comments
 (0)