Repository: climate Updated Branches: refs/heads/master 687ab5877 -> 6ae76c6ef
CLIMATE-725 Ensure that OCW 1.1 Test PyPi Works as Expected Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/8a349427 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/8a349427 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/8a349427 Branch: refs/heads/master Commit: 8a349427b739937166cca59fc23d1943613222f4 Parents: 584dfd4 Author: Lewis John McGibbney <[email protected]> Authored: Thu Jan 28 23:16:46 2016 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Thu Jan 28 23:16:46 2016 -0800 ---------------------------------------------------------------------- MANIFEST.in | 3 ++- setup.cfg | 4 ---- setup.py | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/8a349427/MANIFEST.in ---------------------------------------------------------------------- diff --git a/MANIFEST.in b/MANIFEST.in index 4e8da59..a68e4b8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include distribute_setup.py -recursive-include docs *.txt \ No newline at end of file +recursive-include docs *.txt +include README.md http://git-wip-us.apache.org/repos/asf/climate/blob/8a349427/setup.cfg ---------------------------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index f65f18a..3725441 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,3 @@ [metadata] description-file = README.md - -[egg_info] -tag_build = .dev -tag_svn_revision = 1 http://git-wip-us.apache.org/repos/asf/climate/blob/8a349427/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 2fa0733..7349c05 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,6 @@ setup( name=_name, namespace_packages=_namespaces, packages=find_packages(), - #_packages = ['ocw', 'ocw.data_source', 'ocw.tests', 'ocw.esgf'] test_suite=_testSuite, url=_url, version=_version,
