Skip to content

Commit

Permalink
added find_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Avsecz committed Sep 15, 2016
1 parent f2c1512 commit 0fd4d31
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from setuptools import setup
from setuptools import setup, find_packages

with open('README.rst') as readme_file:
readme = readme_file.read()
Expand Down Expand Up @@ -30,9 +30,7 @@
author="Žiga Avsec",
author_email='avsec@in.tum.de',
url='https://github.com/avsecz/concise',
packages=[
'concise',
],
packages=find_packages(),
package_dir={'concise':
'concise'},
include_package_data=True,
Expand Down

0 comments on commit 0fd4d31

Please sign in to comment.