Mercurial > hg > decoupage
comparison setup.py @ 102:2b38f9a43f84
py 3 compat
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Wed, 29 Mar 2017 09:08:57 -0700 |
| parents | 747c7e337c56 |
| children | 6b79c13bb42b |
comparison
equal
deleted
inserted
replaced
| 101:747c7e337c56 | 102:2b38f9a43f84 |
|---|---|
| 1 from setuptools import setup | 1 from setuptools import setup |
| 2 | 2 |
| 3 # use README as long_description | 3 # use README as long_description |
| 4 try: | 4 try: |
| 5 description = file("README.txt").read() | 5 description = open("README.txt").read() |
| 6 except IOError: | 6 except IOError: |
| 7 description = '' | 7 description = '' |
| 8 | 8 |
| 9 version = '0.14.1' | 9 version = '0.14.1' |
| 10 | 10 |
