Skip to content

Commit

Permalink
Update setup.py (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Oct 21, 2019
1 parent ccab176 commit 5f82fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup
from setuptools import find_packages, setup

with open('hatch/__init__.py', 'r') as f:
for line in f:
Expand Down Expand Up @@ -72,7 +72,7 @@
'wheel>=0.27.0',
),

packages=['hatch'],
packages=find_packages(include=['hatch', 'hatch.*']),
entry_points={
'console_scripts': (
'hatch = hatch.cli:hatch',
Expand Down

0 comments on commit 5f82fc7

Please sign in to comment.