Skip to content

Commit

Permalink
Merge pull request #4 from dougransom/master
Browse files Browse the repository at this point in the history
Tweaks to get the packaging correct
  • Loading branch information
quintijn authored Dec 31, 2020
2 parents 1fd66dd + e0aa6f1 commit 84f8e6a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions publish_package_pypi.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#build an sdist (source distribution) package for unimacro
#no wheel is built, one less thing to worry about
#use the no-setup option, which requires a
flit publish --format sdist --no-setup-py --repository pypi
4 changes: 4 additions & 0 deletions publish_package_testpypi.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#build an sdist (source distribution) package for unimacro
#no wheel is built, one less thing to worry about
#use the no-setup option, which requires a
flit publish --format sdist --no-setup-py --repository testpypi
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ author-email = "[email protected]"
home-page = "https://github.com/dictation-toolbox/unimacro"
description-file = "README.md"
module="vocola2"
requires=["wxPython >=4.1.1",
"debugypy > 1.2.0",
"pywin32 >= 300"]
requires=["unimacro",
"natlink"]


classifiers=[ "Development Status :: 4 - Beta",
Expand Down
2 changes: 1 addition & 1 deletion src/vocola2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Vocola"""

__version__ = '0.1'
__version__ = '0.1.0.2'

0 comments on commit 84f8e6a

Please sign in to comment.