Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit f3709bc

Browse files
committed
add packages using find_packages()
Change-Id: Ib745254276b67cc09f6a9e8d3ac8f5aea7741903
1 parent 2db73cd commit f3709bc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Nicholas Mistry <nmistry@gmail.com>
4242
Nikolay Sokolov <nsokolov@griddynamics.com>
4343
Pádraig Brady <pbrady@redhat.com>
4444
Pavel Shkitin <pshkitin@griddynamics.com>
45+
Peng Yong <ppyy@pubyun.com>
4546
Rick Harris <rconradharris@gmail.com>
4647
Robie Basak <robie.basak@canonical.com>
4748
Russell Bryant <rbryant@redhat.com>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def read_file(file_name):
3737
long_description=read_file("README.rst"),
3838
license="Apache License, Version 2.0",
3939
url="https://github.com/openstack/python-novaclient",
40-
packages=["novaclient", "novaclient.v1_1", "novaclient.v1_1.contrib"],
40+
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
4141
install_requires=requirements,
4242
tests_require=["nose", "mock"],
4343
test_suite="nose.collector",

0 commit comments

Comments
 (0)