Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9697110
D5610.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
815 B
Subscribers
None
D5610.diff
View Options
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -36,11 +36,11 @@
return requirements
-# Edit this part to match your module.
+# Edit this part to match your module, replace foo by its name
# Full sample:
# https://forge.softwareheritage.org/diffusion/DCORE/browse/master/setup.py
setup(
- name="swh.<module-name>", # example: swh.loader.pypi
+ name="swh.foo", # example: swh.loader.pypi
description="Software Heritage <Module's intent>",
long_description=long_description,
long_description_content_type="text/x-rst",
@@ -57,7 +57,7 @@
include_package_data=True,
entry_points="""
[swh.cli.subcommands]
- <cli-name>=swh.<module>.cli
+ foo=swh.foo.cli
""",
classifiers=[
"Programming Language :: Python :: 3",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 17, 10:48 PM (6 d, 20 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3229666
Attached To
D5610: tox: Add sphinx environments to check sane doc build
Event Timeline
Log In to Comment