Skip to content

Commit

Permalink
Merge pull request #2 from dani-maarouf/fix_cython_dep
Browse files Browse the repository at this point in the history
Fix cython dep. Change back version so its populated by tag
  • Loading branch information
dani-maarouf authored Nov 21, 2024
2 parents 4ab7a43 + 56c14ac commit f21f94c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
requires = [
"setuptools>=61",
"wheel",
"Cython(>=Cython==3.0.10,<3.1)",
"Cython==3.0.10,<3.1",
"setuptools_scm>=8",
]
build-backend = "setuptools.build_meta"

[project]
name = "psqlparse2"
description = "libpg_query wrapper for Python"
version = "0.0.16"
dynamic = ["version"]
readme = "README.md"
authors = [
{name = "Dani Maarouf", email = "dmaarouf@cisco.com"}
Expand Down

0 comments on commit f21f94c

Please # to comment.