Skip to content

Commit

Permalink
CLIMATE-725 Ensure that OCW 1.1 Test PyPi Works as Expected
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed Jan 29, 2016
1 parent 584dfd4 commit 8a34942
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include distribute_setup.py
recursive-include docs *.txt
recursive-include docs *.txt
include README.md
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,3 @@

[metadata]
description-file = README.md

[egg_info]
tag_build = .dev
tag_svn_revision = 1
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def _read(*rnames):
name=_name,
namespace_packages=_namespaces,
packages=find_packages(),
#_packages = ['ocw', 'ocw.data_source', 'ocw.tests', 'ocw.esgf']
test_suite=_testSuite,
url=_url,
version=_version,
Expand Down

0 comments on commit 8a34942

Please sign in to comment.