File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ python3.11 -m pip install -U pip setuptools wheel build
39
39
pip install ruff
40
40
41
41
sudo apt-get install -y tox clang-format
42
+ pip install -U tox
42
43
43
44
# install PostgreSQL client tools
44
45
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ classifiers = [
33
33
file = " LICENSE.txt"
34
34
35
35
[project .urls ]
36
- homepage = " https://pygresql.github.io/"
37
- documentation = " https://pygresql.github.io/contents/"
38
- source = " https://github.com/PyGreSQL/PyGreSQL"
39
- issues = " https://github.com/PyGreSQL/PyGreSQL/issues/"
40
- changelog = " https://pygresql.github.io/contents/changelog.html"
41
- download = " https://pygresql.github.io/download/"
42
- "mailing list " = " https://mail.vex.net/mailman/listinfo/pygresql"
36
+ Homepage = " https://pygresql.github.io/"
37
+ Documentation = " https://pygresql.github.io/contents/"
38
+ "Source Code" = " https://github.com/PyGreSQL/PyGreSQL"
39
+ "Issue Tracker" = " https://github.com/PyGreSQL/PyGreSQL/issues/"
40
+ Changelog = " https://pygresql.github.io/contents/changelog.html"
41
+ Download = " https://pygresql.github.io/download/"
42
+ "Mailing List " = " https://mail.vex.net/mailman/listinfo/pygresql"
43
43
44
44
[tool .ruff ]
45
45
target-version = " py37"
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ def finalize_options(self):
133
133
author = "D'Arcy J. M. Cain" ,
134
134
135
135
url = 'https://pygresql.github.io/' ,
136
- download_url = 'https://pygresql.github.io/contents/ download/' ,
136
+ download_url = 'https://pygresql.github.io/download/' ,
137
137
project_urls = {
138
138
'Documentation' : 'https://pygresql.github.io/contents/' ,
139
139
'Issue Tracker' : 'https://github.com/PyGreSQL/PyGreSQL/issues/' ,
Original file line number Diff line number Diff line change 36
36
wheel>=0.41
37
37
build>=0.10
38
38
commands =
39
- python -m build -n -C strict -C memory-size
39
+ python -m build -s - n -C strict -C memory-size
40
40
41
41
[testenv:coverage]
42
42
basepython = python3.11
You can’t perform that action at this time.
0 commit comments