Lines Matching refs:meta
24 'Will stop the registering if the meta-data are not fully compliant')
224 meta = self.distribution.metadata
228 'name': meta.get_name(),
229 'version': meta.get_version(),
230 'summary': meta.get_description(),
231 'home_page': meta.get_url(),
232 'author': meta.get_contact(),
233 'author_email': meta.get_contact_email(),
234 'license': meta.get_licence(),
235 'description': meta.get_long_description(),
236 'keywords': meta.get_keywords(),
237 'platform': meta.get_platforms(),
238 'classifiers': meta.get_classifiers(),
239 'download_url': meta.get_download_url(),
241 'provides': meta.get_provides(),
242 'requires': meta.get_requires(),
243 'obsoletes': meta.get_obsoletes(),