Skip to content

Commit

Permalink
Fixing the build into the correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhamiltonstubber committed May 22, 2023
1 parent a727620 commit 2706a28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
author_email='s@muelcolvin.com',
url='https://github.com/tutorcruncher/morpheus',
license='MIT',
packages=['src.render'],
package_dir={'src.render': 'morpheus/render'},
packages=['morpheus.render'],
package_dir={'morpheus.render': 'src/render'},
python_requires='>=3.6',
zip_safe=True,
install_requires=[
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.0.21'
VERSION = '1.0.22'

0 comments on commit 2706a28

Please sign in to comment.