Install script.
This commit is contained in:
parent
f0ac14f50e
commit
d6034500d6
1 changed files with 5 additions and 1 deletions
6
setup.py
6
setup.py
|
@ -20,4 +20,8 @@ setup(name="ognibuild",
|
|||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Operating System :: POSIX',
|
||||
])
|
||||
],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"ogni=ognibuild.__main__:main"]
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue