Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
4 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'
]
})