build and installable

This commit is contained in:
Torsten Ueberschar
2024-02-19 14:34:59 +01:00
parent 10765d16bf
commit 43163e2ac7
2 changed files with 17 additions and 8 deletions

View File

@@ -28,4 +28,9 @@ setup(
'Programming Language :: Python :: 3.10',
# Add more classifiers as needed
],
entry_points={
'console_scripts': [
'invoice = main:main',
]
}
)