Skip to content

Commit

Permalink
Merge pull request #166 from giumas/develop
Browse files Browse the repository at this point in the history
Changes for sdist on PyPi
  • Loading branch information
giumas committed May 31, 2016
2 parents f3028dc + 7b6bb81 commit 0a889a9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
14 changes: 14 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion spec.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "HDFCompass 0.6.0b3",
"title": "HDFCompass 0.6.0b6",
"icon": "HDFCompass.icns",
"background": "dmg.png",
"icon-size": 80,
Expand Down

0 comments on commit 0a889a9

Please sign in to comment.