Skip to content

Commit

Permalink
Merge pull request #1159 from moonstream-to/fix-pypi-naming-6
Browse files Browse the repository at this point in the history
Using build package for distribution
  • Loading branch information
kompotkot authored Jan 7, 2025
2 parents 20bbbc8 + f9df4c2 commit 0e2cc73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions engineapi/engineapi/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include engineapi/version.txt
2 changes: 1 addition & 1 deletion engineapi/engineapi/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.12
0.0.13
2 changes: 1 addition & 1 deletion engineapi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
extras_require={
"dev": ["alembic", "black", "mypy", "isort"],
"distribute": ["setuptools", "twine", "wheel"],
"distribute": ["build", "twine"],
},
description="Command line interface for Moonstream Engine API",
long_description=long_description,
Expand Down

0 comments on commit 0e2cc73

Please sign in to comment.