We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad517f2 commit b014e69Copy full SHA for b014e69
MANIFEST.in
@@ -1,2 +1,3 @@
1
include README.md
2
include LICENSE
3
+include examples/*.py
setup.py
@@ -15,7 +15,7 @@ def long_desc():
15
16
setup(
17
name='shellish',
18
- version='0.1.99',
+ version='0.2.0',
19
description='A framework for CLI/shell programs.',
20
author='Justin Mayfield',
21
author_email='tooker@gmail.com',
0 commit comments