Install script.

This commit is contained in:
Jelmer Vernooij 2020-10-22 19:53:59 +01:00
parent f0ac14f50e
commit d6034500d6
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8

View file

@ -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"]
})