Skip to content

Commit

Permalink
Updated pyproject.toml:
Browse files Browse the repository at this point in the history
Additionally wheel package must be installed (CONPY-236).
  • Loading branch information
9EOR9 committed Nov 9, 2022
1 parent db73151 commit bc5a7bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ notifications:

script:
- python --version
- pip install packaging
- python setup.py build
- python setup.py install
- cd testing
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[build-system]
requires = [
"wheel",
"setuptools",
"packaging",
]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
PY_MARIADB_PRE_RELEASE_SEGMENT = None
PY_MARIADB_PRE_RELEASE_NR = 0
PY_MARIADB_POST_RELEASE_SEGMENT = "post"
PY_MARIADB_POST_RELEASE_NR = "1"
PY_MARIADB_POST_RELEASE_NR = "2"

PY_MARIADB_VERSION = "%s.%s.%s" % (PY_MARIADB_MAJOR_VERSION,
PY_MARIADB_MINOR_VERSION,
Expand Down

0 comments on commit bc5a7bc

Please sign in to comment.