add cli commands to the package
This commit is contained in:
parent
84b4917174
commit
ebb70049da
1 changed files with 6 additions and 0 deletions
|
@ -9,3 +9,9 @@ packages = test_pip
|
|||
python_requires = >=3.6
|
||||
package_dir = =src
|
||||
zip_safe = no
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
cmd1=test_pip.someCode:function1
|
||||
cmd2=test_pip.someCode:function2
|
||||
my-super-command=test_pip.someCode:main
|
||||
|
|
Loading…
Reference in a new issue