Skip to content

Commit c001fb5

Browse files
authored
setup: add license and bug url (#357)
1 parent 6b7b43b commit c001fb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
long_description=_long_description,
2626
long_description_content_type="text/markdown",
2727
license_files=('LICENSE',),
28+
license='GPL-3.0-or-later',
2829
url="https://github.com/vinland-technology/flict",
30+
bugtrack_url="https://github.com/vinland-technology/flict/issues",
2931
packages=['flict', 'flict.flictlib', 'flict.flictlib.format', 'flict.flictlib.project'],
3032
entry_points={
3133
"console_scripts": [

0 commit comments

Comments
 (0)