Skip to content

Commit 0c17d9c

Browse files
committed
Update setuptools version and project URL
1 parent a7cba8b commit 0c17d9c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=40.8.0", "wheel", "cmake>=3.18", "ninja>=1.11.1"]
2+
requires = ["setuptools>=79.0.1", "wheel", "cmake>=3.18", "ninja>=1.11.1"]
33

44
[tool.yapf]
55
based_on_style = "pep8"

python/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
[build-system]
3-
requires = ["setuptools>=40.8.0", "wheel", "cmake>=3.18", "ninja>=1.11.1"]
2+
requires = ["setuptools>=79.0.1", "wheel", "cmake>=3.18", "ninja>=1.11.1"]
43

54
# We're incrementally switching from autopep8 to ruff.
65
[tool.autopep8]

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ def get_git_commit_hash(length=8):
674674
zip_safe=False,
675675
# for PyPI
676676
keywords=["Compiler", "Deep Learning"],
677-
url="https://github.com/triton-lang/triton/",
677+
url="https://github.com/flagos-ai/FlagTree/",
678678
classifiers=[
679679
"Development Status :: 4 - Beta",
680680
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)