Skip to content

Commit 3c4ba78

Browse files
authored
Merge pull request #6 from container-registry/5-bug-should-not-hard-code-setuptools-version-line-in-pyprojecttoml-file
5 bug should not hard code setuptools version line in pyprojecttoml file
2 parents d228971 + 25c0640 commit 3c4ba78

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

archives/docs.tar.gz

375 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "harbor-api-client"
3-
version = "2.7.4"
3+
version = "2.7.5"
44
description = "Client for the Harbor API"
55
authors = ["Vadim Bauer <[email protected]>", "Alexandre Krispin <[email protected]>"]
66
keywords = ["Swagger", "Harbor API"]
@@ -19,7 +19,6 @@ python = ">=3.4"
1919
certifi = "^2022.12.7"
2020
six = "^1.10"
2121
python_dateutil = "^2.8.1"
22-
setuptools = "^21.0.0"
2322
urllib3 = "^1.15.1"
2423

2524
[tool.poetry.group.dev.dependencies]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "harbor_client"
17-
VERSION = "2.7.4"
17+
VERSION = "2.7.5"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)