Skip to content

Commit bce9e83

Browse files
author
giumas
committed
Merge pull request #167 from giumas/develop
add Debian-specific files to sdist: #160
2 parents 0a889a9 + be87560 commit bce9e83

8 files changed

Lines changed: 12 additions & 7 deletions

File tree

HDFCompass.1file.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ else:
6565
if not os.path.exists(icon_file):
6666
raise RuntimeError("invalid path to icon: %s" % icon_file)
6767

68-
version = '0.6.0b6'
68+
version = '0.6.0b7'
6969
app_name = 'HDFCompass_' + version
7070

7171
a = Analysis(['HDFCompass.py'],

HDFCompass.1folder.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ else:
6565
if not os.path.exists(icon_file):
6666
raise RuntimeError("invalid path to icon: %s" % icon_file)
6767

68-
version = '0.6.0b6'
68+
version = '0.6.0b7'
6969
app_name = 'HDFCompass_' + version
7070

7171
a = Analysis(['HDFCompass.py'],

MANIFEST.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ include additional_legal/*.*
44

55
include README.txt
66

7+
include HDFCompass.desktop
8+
include HDFCompass.ico
9+
include HDFCompass.icns
10+
include HDFCompass.py
11+
712
recursive-include tests *.*
813
recursive-include docs *.*
914
prune docs/_build

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = '0.6'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.6.0b5'
60+
release = '0.6.0b7'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

hdf_compass/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
from .utils import is_darwin, is_win, is_linux, url2path, path2url, data_url
2020

2121

22-
__version__ = "0.6.0b5"
22+
__version__ = "0.6.0b7"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0b6
2+
current_version = 0.6.0b7
33
files = setup.py hdf_compass/utils/__init__.py docs/conf.py HDFCompass.1file.spec
44

55
[bdist_wheel]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def txt_read(*paths):
5050

5151
setup_args['name'] = 'hdf_compass'
5252
# The adopted versioning scheme follow PEP40
53-
setup_args['version'] = '0.6.0b6'
53+
setup_args['version'] = '0.6.0b7'
5454
setup_args['url'] = 'https://github.com/HDFGroup/hdf-compass/'
5555
setup_args['license'] = 'BSD-like license'
5656
setup_args['author'] = 'HDFGroup'

spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "HDFCompass 0.6.0b6",
2+
"title": "HDFCompass 0.6.0b7",
33
"icon": "HDFCompass.icns",
44
"background": "dmg.png",
55
"icon-size": 80,

0 commit comments

Comments
 (0)