Skip to content

Commit

Permalink
Merge pull request #42 from jedie/fix-publish
Browse files Browse the repository at this point in the history
fix publish
  • Loading branch information
jedie authored Aug 5, 2023
2 parents 6ae1a90 + a2bb6d9 commit 46a2dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dragonpy/cli/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def publish():
publish_package(
module=dragonpy,
package_path=PACKAGE_ROOT,
distribution_name='dragonpy',
distribution_name='DragonPyEmulator',
)


Expand Down

0 comments on commit 46a2dd6

Please sign in to comment.