Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Heartsync
/
EXAM-GEN
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cbf3bb3
EXAM-GEN
/
tools
/
egg.path
/
setup.py
seawolf2357
Add tools
a65138c
verified
3 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'
]
})