We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18a7ee commit 69f366cCopy full SHA for 69f366c
tests/fixtures.py
@@ -86,6 +86,10 @@ class DistInfoPkg(OnSysPath, SiteDir):
86
Version: 1.0.0
87
Requires-Dist: wheel >= 1.0
88
Requires-Dist: pytest; extra == 'test'
89
+ Keywords: sample package
90
+
91
+ Once upon a time
92
+ There was a distinfo pkg
93
""",
94
"RECORD": "mod.py,sha256=abc,20\n",
95
"entry_points.txt": """
@@ -157,6 +161,9 @@ class EggInfoPkg(OnSysPath, SiteDir):
157
161
158
162
Classifier: Intended Audience :: Developers
159
163
Classifier: Topic :: Software Development :: Libraries
164
165
+ Description: Once upon a time
166
+ There was an egginfo package
160
167
168
"SOURCES.txt": """
169
mod.py
0 commit comments