Skip to content

Commit

Permalink
Merge "fix setup.py issue"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jun 6, 2018
2 parents 3487046 + 91843ba commit 97ef079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/pegleg/setup.py
Expand Up @@ -13,11 +13,12 @@
# limitations under the License.

from setuptools import setup
from setuptools import find_packages

setup(
name='pegleg',
version='0.1.0',
packages=['pegleg', 'tests'],
packages=find_packages(),
entry_points={
'console_scripts': [
'pegleg=pegleg.cli:main',
Expand Down

0 comments on commit 97ef079

Please sign in to comment.