Skip to content

Commit

Permalink
Merge pull request CentOS-PaaS-SIG#600 from herlo/include_tests_in_re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
paas-bot committed Jun 7, 2018
2 parents 87a9840 + 890800c commit e1fec1f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 12 deletions.
33 changes: 28 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,36 @@
include requirements.txt
include README.rst
include CONTRIBUTING.rst
include LICENSE

include linchpin/linchpin.constants

recursive-include docs *
recursive-include linchpin/examples *
recursive-include linchpin/templates *
recursive-include linchpin/defaults *
graft linchpin/templates
graft linchpin/defaults

graft linchpin/tests
recursive-exclude linchpin/tests *.pyc
prune linchpin/tests/**/__pycache__

recursive-include linchpin/provision *
recursive-include linchpin/schemas *
recursive-exclude linchpin/provision *.pyc

prune config
prune vars
prune dev_setup
prune src
prune *_logs
prune keys
prune rpms
prune presentations
prune docs/source/examples/workspace/.rundb

recursive-include docs *
global-exclude *.output
global-exclude *.inventory
global-exclude *.latest
global-exclude *.distilled

global-exclude .*sw*
global-exclude *.retry

Empty file.
4 changes: 2 additions & 2 deletions linchpin/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__short_version__ = '1.5.4'
__version__ = '1.5.4'
__short_version__ = '1.5.5'
__version__ = '1.5.5a1'
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
zip_safe=False,
packages=find_packages(),
include_package_data=True,
package_data={
'': [
'linchpin.constants',
],
},
scripts=[
'scripts/install_libvirt_deps.sh',
'scripts/install_selinux_venv.sh'
Expand Down

0 comments on commit e1fec1f

Please sign in to comment.