Skip to content

Commit

Permalink
fix:setup.py is updated for subpackage import
Browse files Browse the repository at this point in the history
  • Loading branch information
armantekinalp committed Apr 15, 2020
1 parent 1b80c95 commit f605347
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ def run(self):
author_email=EMAIL,
python_requires=REQUIRES_PYTHON,
url=URL,
packages=['elastica', 'examples'],
package_dir={'elastica': 'elastica', 'examples': 'examples'},
packages=find_packages(),
license="MIT",
classifiers=[
# Trove classifiers
Expand Down

0 comments on commit f605347

Please sign in to comment.