Tweaking the packaging for a PKGBUILD
This commit is contained in:
parent
52177d3392
commit
b49408c6c4
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ setup(
|
||||||
packages=[
|
packages=[
|
||||||
"proquint",
|
"proquint",
|
||||||
],
|
],
|
||||||
|
entry_points = {
|
||||||
|
'console_scripts': ['proquint=proquint.__main__:main'],
|
||||||
|
},
|
||||||
package_dir={"": "src/python"},
|
package_dir={"": "src/python"},
|
||||||
python_requires=">=3.9",
|
python_requires=">=3.9",
|
||||||
extras_require={ # Optional
|
extras_require={ # Optional
|
||||||
|
|
Loading…
Reference in a new issue