Skip to content

Commit

Permalink
Move guess-next-dev to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Apr 16, 2024
1 parent f9072a4 commit 51a3831
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ where = ["."]
pyarrow = ["*.pxd", "*.pyx", "includes/*.pxd"]

[tool.setuptools_scm]
root = ".."
version_file = "pyarrow/_generated_version.py"
root = '..'
version_file = 'pyarrow/_generated_version.py'
version_scheme = 'guess-next-dev'
1 change: 0 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ def has_ext_modules(foo):
},
use_scm_version={
'parse': parse_git,
'version_scheme': guess_next_dev_version
},
tests_require=['pytest', 'pandas', 'hypothesis'],
test_suite='pyarrow.tests',
Expand Down

0 comments on commit 51a3831

Please sign in to comment.