Skip to content

Commit a62d4bd

Browse files
authored
Merge pull request #2 from priv-kweihmann/fix/CHANGES.txt
Fix/changes.txt
2 parents df8014c + 4b3bf5e commit a62d4bd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
graft docs/examples/
2+
CHANGES.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
setup(
1515
name='pkginfo2',
1616
version='30.0.0',
17-
description='Query metadatdata from sdists / bdists / installed packages. Safer fork of pkginfo to avoid doing arbitrary imports and eval()',
17+
description='Query metadata 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]),
2020
long_description_content_type= 'text/x-rst',

0 commit comments

Comments
 (0)