10000 Add keywords and Description to metadata. · python/importlib_metadata@69f366c · GitHub
[go: up one dir, main page]

Skip to content

Commit 69f366c

Browse files
committed
Add keywords and Description to metadata.
1 parent b18a7ee commit 69f366c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/fixtures.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ class DistInfoPkg(OnSysPath, SiteDir):
8686
Version: 1.0.0
8787
Requires-Dist: wheel >= 1.0
8888
Requires-Dist: pytest; extra == 'test'
89+
Keywords: sample package
90+
91+
Once upon a time
92+
There was a distinfo pkg
8993
""",
9094
"RECORD": "mod.py,sha256=abc,20\n",
9195
"entry_points.txt": """
@@ -157,6 +161,9 @@ class EggInfoPkg(OnSysPath, SiteDir):
157161
Version: 1.0.0
158162
Classifier: Intended Audience :: Developers
159163
Classifier: Topic :: Software Development :: Libraries
164+
Keywords: sample package
165+
Description: Once upon a time
166+
There was an egginfo package
160167
""",
161168
"SOURCES.txt": """
162169
mod.py

0 commit comments

Comments
 (0)
0