Mercurial > hg > toolbox
comparison setup.py @ 22:17e3a9b6b4e2 default tip
string not tuple
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sun, 02 Jun 2024 15:58:09 -0700 |
| parents | f7396d92446d |
| children |
comparison
equal
deleted
inserted
replaced
| 21:f7396d92446d | 22:17e3a9b6b4e2 |
|---|---|
| 1 from setuptools import setup | 1 from setuptools import setup |
| 2 | 2 |
| 3 description = "a place to list links + tools", | 3 description = "a place to list links + tools" |
| 4 | 4 |
| 5 # :( `twine check` does not like the README | 5 # :( `twine check` does not like the README |
| 6 # because restructured text changed their tbale format | 6 # because restructured text changed their tbale format |
| 7 # https://sublime-and-sphinx-guide.readthedocs.io/en/latest/tables.html | 7 # https://sublime-and-sphinx-guide.readthedocs.io/en/latest/tables.html |
| 8 #try: | 8 #try: |
| 9 # description = open('README.txt').read() | 9 # description = open('README.txt').read() |
| 10 #except IOError: | 10 #except IOError: |
| 11 # description = '' | 11 # description = '' |
| 12 long_description = description | 12 long_description = description |
| 13 | 13 |
| 14 version = "0.4.2" | 14 version = "0.4.3" |
| 15 | 15 |
| 16 # dependencies | 16 # dependencies |
| 17 dependencies = [ | 17 dependencies = [ |
| 18 'WebOb', | 18 'WebOb', |
| 19 'tempita', | 19 'tempita', |
