Skip to content

Commit

Permalink
Tweaks to ensure release includes the right files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-easterbrook committed Dec 6, 2013
1 parent 92eaafb commit ffaa10d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ recursive-include translations *.po
recursive-include doc_src *
recursive-include doc *
recursive-include examples *
global-exclude *~
global-exclude *~ *.pyc
exclude doc/html/*/html/.buildinfo
prune doc_src/api
prune doc/html/*/doctrees
Expand Down
6 changes: 3 additions & 3 deletions pywws/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version = '13.12.dev1116'
release = '1116'
commit = '151dd06'
version = '13.12.dev1117'
release = '1117'
commit = '92eaafb'
if __name__ == '__main__':
print(version)
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def run(self):

cmdclass = {}
command_options = {}
setup_kw = {}

# if using Python 3, translate during build
try:
Expand Down Expand Up @@ -266,9 +265,6 @@ def run(self):
if paths:
data_files.append(('share/pywws/%s' % root, paths))

if using_setuptools:
setup_kw['include_package_data'] = True

setup(name = 'pywws',
version = version,
description = 'Python software for wireless weather stations',
Expand Down Expand Up @@ -306,5 +302,4 @@ def run(self):
data_files = data_files,
cmdclass = cmdclass,
command_options = command_options,
**setup_kw
)

0 comments on commit ffaa10d

Please sign in to comment.