Skip to content

Commit

Permalink
Find packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthHater committed Nov 6, 2019
1 parent b69125a commit e9c4ed2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from setuptools import setup
from setuptools import setup, find_packages

from jake._version import __version__

Expand All @@ -29,6 +29,7 @@
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
license="Apache-2.0",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
python_requires='>=3.6',
entry_points={
'console_scripts': [
Expand Down

0 comments on commit e9c4ed2

Please sign in to comment.