Include core module in fuel-qa package
Change-Id: I8e8b7760887b852e145bf12d31bcf029c3def1af
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
recursive-include fuelweb_test *
|
recursive-include fuelweb_test *
|
||||||
recursive-include gates_tests *
|
recursive-include gates_tests *
|
||||||
|
recursive-include core *
|
||||||
|
|
||||||
include README.md
|
include README.md
|
||||||
include fuelweb_test/requirements.txt
|
include fuelweb_test/requirements.txt
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ setup(
|
|||||||
url='http://www.openstack.org/',
|
url='http://www.openstack.org/',
|
||||||
author='OpenStack',
|
author='OpenStack',
|
||||||
author_email='openstack-dev@lists.openstack.org',
|
author_email='openstack-dev@lists.openstack.org',
|
||||||
packages=['fuelweb_test', 'gates_tests'],
|
packages=['fuelweb_test', 'gates_tests', 'core'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Environment :: Linux',
|
'Environment :: Linux',
|
||||||
|
|||||||
Reference in New Issue
Block a user