Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
VIDraft/TeXray
ginigen
/
TeXray
like
7
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fc4c5f1
TeXray
/
tools
/
constants
/
setup.py
seawolf2357
Add tools
a65138c
verified
3 months ago
raw
Copy download link
history
blame
183 Bytes
from
setuptools
import
setup
setup(name=
'pyhwp.dev.constants'
,
py_modules=[
'pyhwp_dev_constants'
],
entry_points={
'zc.buildout'
: [
'default = pyhwp_dev_constants:Recipe'
]})