diff --git a/PKG-INFO b/PKG-INFO new file mode 100644 index 0000000..cb756c4 --- /dev/null +++ b/PKG-INFO @@ -0,0 +1,31 @@ +Metadata-Version: 2.1 +Name: swh.loader.metadata +Version: 0.0.1 +Summary: Software Heritage Extrinsic Metadata Fetchers +Home-page: https://forge.softwareheritage.org/diffusion/swh-loader-metadata +Author: Software Heritage developers +Author-email: swh-devel@inria.fr +License: UNKNOWN +Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest +Project-URL: Funding, https://www.softwareheritage.org/donate +Project-URL: Source, https://forge.softwareheritage.org/source/swh-loader-metadata +Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-loader-metadata/ +Platform: UNKNOWN +Classifier: Programming Language :: Python :: 3 +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) +Classifier: Operating System :: OS Independent +Classifier: Development Status :: 3 - Alpha +Requires-Python: >=3.7 +Description-Content-Type: text/x-rst +Provides-Extra: testing +License-File: LICENSE +License-File: AUTHORS + +Software Heritage - Metadata Fetchers +===================================== + +This package hooks into the loaders, and loads extrinsic metadata at the same time +code artifacts are retrieved. + + diff --git a/README.rst b/README.rst deleted file mode 120000 index cffceba..0000000 --- a/README.rst +++ /dev/null @@ -1 +0,0 @@ -docs/README.rst \ No newline at end of file diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e4823fb --- /dev/null +++ b/README.rst @@ -0,0 +1,5 @@ +Software Heritage - Metadata Fetchers +===================================== + +This package hooks into the loaders, and loads extrinsic metadata at the same time +code artifacts are retrieved. diff --git a/setup.cfg b/setup.cfg index 2c446b4..f65ba0a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,9 @@ [flake8] -# E203: whitespaces before ':' -# E231: missing whitespace after ',' -# E501: line too long, use B950 warning from flake8-bugbear instead -# W503: line break before binary operator select = C,E,F,W,B950 ignore = E203,E231,E501,W503 max-line-length = 88 + +[egg_info] +tag_build = +tag_date = 0 +