From 0fb3d5e5a576710f1e9375d4208393e9749d4fa1 Mon Sep 17 00:00:00 2001 From: giumas Date: Tue, 31 May 2016 09:00:28 -0400 Subject: [PATCH] changes for sdist on PyPi --- MANIFEST.in | 14 ++++++++++++++ README.rst | 4 ++-- setup.cfg | 3 +++ spec.json | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..7e96222 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,14 @@ +# Include the license file +include COPYING +include additional_legal/*.* + +include README.txt + +recursive-include tests *.* +recursive-include docs *.* +prune docs/_build + +include data/asc/*.* +include data/bag/*.* +include data/hdf5/*.* +include data/hdf5/Download/download_data.py \ No newline at end of file diff --git a/README.rst b/README.rst index 7967c33..6cbed29 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ HDF Compass =========== -.. image:: https://badge.fury.io/py/v/hdf_compass.svg +.. image:: https://badge.fury.io/py/hdf_compass.svg :target: https://badge.fury.io/py/hdf_compass :alt: PyPI Status @@ -17,7 +17,7 @@ HDF Compass :target: https://ci.appveyor.com/project/giumas/hdf-compass :alt: AppVeyor Status -.. image:: https://travis-ci.org/giumas/hdf-compass.svg?branch=master +.. image:: https://travis-ci.org/giumas/hdf-compass.svg?branch=develop :target: https://travis-ci.org/giumas/hdf-compass :alt: Travis-CI Status diff --git a/setup.cfg b/setup.cfg index 304185d..f87c73a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,3 +5,6 @@ files = setup.py hdf_compass/utils/__init__.py docs/conf.py HDFCompass.1file.spe [bdist_wheel] universal = 1 +[metadata] +description-file = README.rst + diff --git a/spec.json b/spec.json index 972ffed..49ec205 100644 --- a/spec.json +++ b/spec.json @@ -1,5 +1,5 @@ { - "title": "HDFCompass 0.6.0b3", + "title": "HDFCompass 0.6.0b6", "icon": "HDFCompass.icns", "background": "dmg.png", "icon-size": 80,