Skip to content

Commit

Permalink
update setuptools_scm to latest (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
gglin001 authored Oct 13, 2023
1 parent 620e515 commit fe953fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools>=60",
"setuptools_scm<8.0",
"setuptools>=62",
"setuptools_scm>=8.0.4",
"wheel",
"ninja==1.11.1",
"cmake>=3.25.0",
Expand Down Expand Up @@ -37,4 +37,4 @@ filterwarnings = [
]

[tool.setuptools_scm]
write_to = "src/paddlefx/_version.py"
version_file = "src/paddlefx/_version.py"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def build_extensions(self):
# TODO: add more info
setup(
name='paddlefx',
version=_get_version(),
description='paddlefx is an experimental project of paddle python IR.',
license='Apache 2.0',
license_files=('LICENSE',),
Expand Down

0 comments on commit fe953fa

Please sign in to comment.