Skip to content

Commit

Permalink
add pyproject.toml to build artifact to meet pep517
Browse files Browse the repository at this point in the history
  • Loading branch information
cshaley committed Nov 16, 2023
1 parent f7b3f1e commit 5776003
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ Version history / changelog

From version 2.0.0, turbodbc adapts semantic versioning.

Version 4.9.0
-------------

* Fix pip wheel missing pyproject.toml - support pep517

Version 4.8.0
-------------

* Support ``pyarrow=14``


Version 4.7.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ if(BUILD_TESTING)
endif()

install(
FILES setup.py setup.cfg MANIFEST.in Makefile LICENSE README.md CHANGELOG.rst
FILES setup.py setup.cfg MANIFEST.in Makefile LICENSE README.md CHANGELOG.rst pyproject.toml
DESTINATION .
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def get_extension_modules():

setup(
name="turbodbc",
version="4.8.0",
version="4.9.0",
description="turbodbc is a Python DB API 2.0 compatible ODBC driver",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5776003

Please sign in to comment.