Skip to content

Commit cf815b6

Browse files
committed
Update package info
1 parent ecab807 commit cf815b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -682,10 +682,10 @@ def get_git_commit_hash(length=8):
682682

683683

684684
setup(
685-
name=os.environ.get("TRITON_WHEEL_NAME", "triton"),
685+
name=os.environ.get("TRITON_WHEEL_NAME", "triton-windows"),
686686
version="3.2.0" + os.environ.get("TRITON_WHEEL_VERSION_SUFFIX", ""),
687-
author="Philippe Tillet",
688-
author_email="[email protected]",
687+
author="Philippe Tillet, Dian Wu",
688+
689689
description="A language and compiler for custom Deep Learning operations",
690690
long_description="",
691691
packages=get_packages(),
@@ -705,7 +705,7 @@ def get_git_commit_hash(length=8):
705705
zip_safe=False,
706706
# for PyPI
707707
keywords=["Compiler", "Deep Learning"],
708-
url="https://github.com/triton-lang/triton/",
708+
url="https://github.com/woct0rdho/triton-windows",
709709
classifiers=[
710710
"Development Status :: 4 - Beta",
711711
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)