Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
VIDraft/TeXray
ginigen
/
TeXray
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fc4c5f1
TeXray
/
tools
/
egg.path
/
setup.py
seawolf2357
Add tools
a65138c
verified
2 months ago
raw
Copy download link
history
blame
239 Bytes
from
setuptools
import
setup
setup(name=
'egg.path'
,
install_requires=[
'zc.recipe.egg'
],
py_modules=[
'egg_path'
],
entry_points = {
'zc.buildout'
: [
'default = egg_path:EggPath'
]
})