Skip to content

Commit df8014c

Browse files
committed
Use correct ReST syntax and format
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent e4d8d76 commit df8014c

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
``pkginfo2`` Changelog
2-
=====================
2+
=======================
33

44
30.0.0 (2022-01-28)
5-
------------------
5+
--------------------
66

77
- Forked and rename to pkginfo2. Removed ability to import or eval packages
88
or modules.
9-
9+
- Move the bzr history to git
1010

1111
1.8.2 (2021-12-01)
1212
------------------

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
``pkginfo2`` README
2-
==================
2+
=====================
33

44
Homepage URL: https://github.com/nexB/pkginfo2
55
SPDX-License-Identifier: MIT

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
description='Query metadatdata from sdists / bdists / installed packages. Safer fork of pkginfo to avoid doing arbitrary imports and eval()',
1818
platforms=['Unix', 'Windows'],
1919
long_description='\n\n'.join([README, CHANGES]),
20+
long_description_content_type= 'text/x-rst',
2021
keywords='distribution sdist installed metadata',
2122
url='https://github.com/nexB/pkginfo2',
2223
author='Maintained by nexB, Inc. Authored by Tres Seaver, Agendaless Consulting',

0 commit comments

Comments
 (0)