diff --git a/.gitignore b/.gitignore index bf62377..a7aef46 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ parts bin var sdist +MANIFEST develop-eggs .installed.cfg lib diff --git a/MANIFEST.in b/MANIFEST.in index effaa02..bc80eba 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,4 @@ include LICENSE.rst include README.rst -include ez_setup.py graft doc - -prune doc/_build diff --git a/hpsspy/test/test_util.py b/hpsspy/test/test_util.py index 9636d5c..358d347 100644 --- a/hpsspy/test/test_util.py +++ b/hpsspy/test/test_util.py @@ -61,7 +61,7 @@ def test_HpssFile(self): names = ('boss', 'cosmo', 'desi', 'test') links = ('/nersc/projects/boss', '/nersc/projects/cosmo', '/nersc/projects/desi', None) - modes = (0777, 0777, 0777, 02755) + modes = (511, 511, 511, 1517) mtimes = (datetime.datetime(2008, 4, 3, 0, 0, 0), datetime.datetime(2014, 8, 22, 0, 0, 0), datetime.datetime(2013, 12, 16, 0, 0, 0),