Skip to content

Commit

Permalink
Fixed the packaging (setup.py).
Browse files Browse the repository at this point in the history
  • Loading branch information
wheerd committed Jan 9, 2017
1 parent 5fc5819 commit 57f62d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import os.path

from setuptools import setup
from setuptools import setup, find_packages

root = os.path.dirname(__file__)

Expand All @@ -19,7 +19,7 @@
url='https://github.com/HPAC/matchpy',
license='MIT',
zip_safe=True,
py_modules=['matchpy', 'matchpy.expressions', 'matchpy.matching'],
packages=find_packages(exclude=('tests', )),
test_suite='tests',
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 57f62d9

Please sign in to comment.