Skip to content

Commit 4b3bf5e

Browse files
setup.py: fix typo
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
1 parent fac439f commit 4b3bf5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)