~tseaver/pkginfo/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tres Seaver
  • Date: 2021-12-01 22:10:00 UTC
  • Revision ID: tseaver@palladion.com-20211201221000-3b5rsiprhba3tf1m
Tags: 1.8.2
Prep 1.8.2 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
setup(
22
22
    name='pkginfo',
23
 
    version='1.8.1',
 
23
    version='1.8.2',
24
24
    description='Query metadatdata from sdists / bdists / installed packages.',
25
25
    platforms=['Unix', 'Windows'],
26
26
    long_description='\n\n'.join([README, CHANGES]),