pip setup script
This commit is contained in:
parent
58a2a0c218
commit
89db59bebe
1 changed files with 10 additions and 0 deletions
10
setup.py
Normal file
10
setup.py
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
from setuptools import setup
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name='omnitrix-app',
|
||||||
|
# This is the name of your PyPI-package.
|
||||||
|
version='0.1',
|
||||||
|
# Update the version number for new releases
|
||||||
|
scripts=['omnitrix']
|
||||||
|
# The name of your scipt, and also the command you'll be using for calling it
|
||||||
|
)
|
Loading…
Add table
Reference in a new issue