Commit f43c9349 authored by zhouxiang's avatar zhouxiang
Browse files

update

parent 7d96fda9
...@@ -3,12 +3,9 @@ from setuptools import setup, find_packages ...@@ -3,12 +3,9 @@ from setuptools import setup, find_packages
setup ( setup (
name = "fastllm_pytools", name = "fastllm_pytools",
version = "0.0.1", version = "0.0.1",
author = "huangyuyang",
author_email = "ztxz16@foxmail.com",
description = "Fastllm pytools", description = "Fastllm pytools",
url = "https://github.com/ztxz16/fastllm",
packages = ['fastllm_pytools'], packages = ['fastllm_pytools'],
url = "https://developer.hpccube.com/codes/aicomponent/fastllm",
package_data = { package_data = {
'': ['*.dll', '*.so'] '': ['*.dll', '*.so']
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment