Overview
Comment: | update package setup [fr] |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fr |
Files: | files | file ages | folders |
SHA3-256: |
647e04d66da424e38b972f464ebc8a22 |
User & Date: | olr on 2017-04-26 14:15:18 |
Other Links: | manifest | tags |
Context
2017-04-26
| ||
14:27 | update package setup [fr] check-in: 384bde7b06 user: olr tags: trunk, fr | |
14:15 | update package setup [fr] check-in: 647e04d66d user: olr tags: trunk, fr | |
12:02 | [server] update bottle check-in: f1a0fc04fc user: olr tags: trunk, server | |
Changes
Modified gc_lang/fr/setup.py from [26012bcb2d] to [f837658ae8].
︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - + | # Get the long description from the README file # from os import path # here = path.abspath(path.dirname(__file__)) # with open(path.join(here, 'README.txt'), encoding='utf-8') as f: # long_description = f.read() setup( |
︙ | |||
85 86 87 88 89 90 91 | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | - + + + + + | # 'test': ['coverage'], # }, # If there are data files included in your packages that need to be # installed, specify them here. If using Python 2.6 or less, then these # have to be included in MANIFEST.in as well. package_data={ |