We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f22c9b commit be1bf9cCopy full SHA for be1bf9c
2 files changed
pyproject.toml
@@ -5,6 +5,7 @@ description = "Boriel's ZX BASIC Compiler"
5
authors = ["Jose Rodriguez <boriel@gmail.com>"]
6
license = "GPL-3.0-or-later"
7
documentation = "https://zxbasic.readthedocs.io"
8
+repository = "https://github.com/boriel/zxbasic"
9
10
classifiers = [
11
# How mature is this project? Common values are
setup.py
@@ -37,7 +37,7 @@
37
'author_email': 'boriel@gmail.com',
38
'maintainer': None,
39
'maintainer_email': None,
40
- 'url': None,
+ 'url': 'https://github.com/boriel/zxbasic',
41
'packages': packages,
42
'package_data': package_data,
43
'entry_points': entry_points,
0 commit comments