Skip to content

Commit

Permalink
0.33 release. Add MANIFEST.in.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Apr 1, 2013
1 parent d96d4cc commit 063ef01
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,6 @@
include *.rst LICENSE
include distribute_setup.py
recursive-include custodian *.py
recursive-include scripts *.py
prune */*/tests
prune */*/*/tests
2 changes: 1 addition & 1 deletion custodian/__init__.py
@@ -1,3 +1,3 @@
__author__ = "Shyue Ping Ong"
__date__ = "Jan 27 2013"
__version__ = "0.3.2"
__version__ = "0.3.3"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
setup(
name="custodian",
packages=find_packages(),
version="0.3.2",
version="0.3.3",
install_requires=[],
extras_require={"vasp": ["pymatgen>=2.6.2"]},
package_data={},
Expand Down

0 comments on commit 063ef01

Please sign in to comment.