diff --git a/PKG-INFO b/PKG-INFO
new file mode 100644
index 0000000..873c8ff
--- /dev/null
+++ b/PKG-INFO
@@ -0,0 +1,30 @@
+Metadata-Version: 2.1
+Name: swh.loader.bzr
+Version: 0.1.0
+Summary: Software Heritage Bazaar/Breezy intent
+Home-page: https://forge.softwareheritage.org/diffusion/DLDBZR/
+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-bzr
+Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-loader-bzr/
+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 - Bazaar/Breezy loader
+========================================
+
+Loader for `Bazaar `_ and `Breezy `_ repositories. Breezy is a friendly fork of Bazaar that supports the Bazaar file format and network protocol.
+
+
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..3d3ed78
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,4 @@
+Software Heritage - Bazaar/Breezy loader
+========================================
+
+Loader for `Bazaar `_ and `Breezy `_ repositories. Breezy is a friendly fork of Bazaar that supports the Bazaar file format and network protocol.
diff --git a/setup.cfg b/setup.cfg
index 8d79b7e..1d722c2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,8 @@
[flake8]
-# E203: whitespaces before ':'
-# E231: missing whitespace after ','
-# W503: line break before binary operator
ignore = E203,E231,W503
max-line-length = 88
+
+[egg_info]
+tag_build =
+tag_date = 0
+