Skip to content

Commit

Permalink
fix:setup.py package directory fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
armantekinalp committed Apr 15, 2020
1 parent e60f5d5 commit fc40db3
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
Expand Up @@ -90,8 +90,8 @@ def run(self):
author_email=EMAIL,
python_requires=REQUIRES_PYTHON,
url=URL,
packages=["elastica, examples"],
package_dir={"elastica": "./elastica"},
packages=['elastica', 'examples'],
package_dir={'elastica': 'elastica', 'examples': 'examples'},
license="MIT",
classifiers=[
# Trove classifiers
Expand Down

0 comments on commit fc40db3

Please sign in to comment.