Skip to content

Commit

Permalink
added:cli jgabcli2
Browse files Browse the repository at this point in the history
* The command 'jgabcli2' is added when you pip install orpheuspypractice
* it cames from the submodule jgcmlib
* Limitation, jgcmlib is installed in requirements and it is not using the added submodule.  Though it might be acceptable to have it right there, you do your job, you publish a new version then you upgrade the main package and voila
issue #1
  • Loading branch information
jgwill committed Sep 14, 2024
1 parent d00070c commit 15b0dc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='orpheuspypractice',
version='0.1.9',
version='0.1.14',
author='JGWill',
author_email='[email protected]',
description='A Practice Package to Experiment with Orpheus\'s goals',
Expand All @@ -16,10 +16,11 @@
"requests",
"music21",
"ipython",
"jgcmlib"
],
# "jgabcli2 = orpheuspypractic:jgabcli_main",
entry_points={
'console_scripts': [
"jgabcli2 = orpheuspypractice:jgabcli_main",
"say_hello = orpheuspypractice:say_hello",
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/orpheuspypractice/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#from jgcmlib.jgabcli import main as jgabcli_main
from jgcmlib.jgabcli import main as jgabcli_main



Expand Down

0 comments on commit 15b0dc8

Please sign in to comment.