Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8391681
setup.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
274 B
Subscribers
None
setup.py
View Options
from
setuptools
import
setup
setup
(
name
=
'click-example-naval'
,
version
=
'2.0'
,
py_modules
=
[
'naval'
],
include_package_data
=
True
,
install_requires
=
[
'click'
,
],
entry_points
=
'''
[console_scripts]
naval=naval:cli
'''
,
)
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Jun 4 2025, 6:47 PM (12 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3398768
Attached To
R193 python3-click
Event Timeline
Log In to Comment