Skip to content

Commit

Permalink
Use find_packages()
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Mar 30, 2020
1 parent 6fb6e7b commit d3db801
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,8 +1,8 @@
#!/usr/bin/env python3
from setuptools import setup
from setuptools import find_packages, setup

setup(
packages=["acclimatise"],
packages=find_packages(exclude="test"),
install_requires=[
"pyparsing",
"jinja2",
Expand Down

0 comments on commit d3db801

Please sign in to comment.