Skip to content

Commit be1bf9c

Browse files
committed
Add project url
1 parent 7f22c9b commit be1bf9c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "Boriel's ZX BASIC Compiler"
55
authors = ["Jose Rodriguez <boriel@gmail.com>"]
66
license = "GPL-3.0-or-later"
77
documentation = "https://zxbasic.readthedocs.io"
8+
repository = "https://github.com/boriel/zxbasic"
89

910
classifiers = [
1011
# How mature is this project? Common values are

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'author_email': 'boriel@gmail.com',
3838
'maintainer': None,
3939
'maintainer_email': None,
40-
'url': None,
40+
'url': 'https://github.com/boriel/zxbasic',
4141
'packages': packages,
4242
'package_data': package_data,
4343
'entry_points': entry_points,

0 commit comments

Comments
 (0)