Change in pysim[master]: Use README.md as long description in package metadata

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

andrew-ma gerrit-no-reply at lists.osmocom.org
Tue Aug 3 15:39:36 UTC 2021


andrew-ma has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/25124 )


Change subject: Use README.md as long description in package metadata
......................................................................

Use README.md as long description in package metadata

The normal description can be accessed with `python3 setup.py --description`. The long description can be accessed with `python3 setup.py --long-description`.

Change-Id: I1581a2b9ad7c2b5ed64b77e5e277df792b37990d
---
A setup.cfg
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/24/25124/1

diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..1155c2a
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,3 @@
+[metadata]
+long_description = file: README.md
+long_description_content_type = text/markdown
\ No newline at end of file

-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/25124
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I1581a2b9ad7c2b5ed64b77e5e277df792b37990d
Gerrit-Change-Number: 25124
Gerrit-PatchSet: 1
Gerrit-Owner: andrew-ma <andrewm098 at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210803/f51c145d/attachment.htm>


More information about the gerrit-log mailing list