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: |
59ce58c75259e1a259e4075327314cfd |
| User & Date: | olr on 2017-04-26 14:38:08 |
| Other Links: | manifest | tags |
Context
|
2017-04-26
| ||
| 15:21 | [fr] ajustements sur about_panel check-in: 71bdd94ca9 user: olr tags: trunk, fr | |
| 14:38 | update package setup [fr] check-in: 59ce58c752 user: olr tags: trunk, fr | |
| 14:27 | update package setup [fr] check-in: 384bde7b06 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/setup.py from [636d1153bb] to [3df0789cc9].
| ︙ | ︙ | |||
88 89 90 91 92 93 94 |
# '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={
| | < < | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
# '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={
'grammalecte': ['_dictionaries/French.bdic', '*.txt']
},
# Although 'package_data' is the preferred approach, in some case you may
# need to place data files outside of your packages. See:
# http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files # noqa
# In this case, 'data_file' will be installed into '<sys.prefix>/my_data'
# data_files=[('my_data', ['data/data_file'])],
data_files=[('', ['cli.py', 'server.py', 'bottle.py', 'README.txt', 'license.txt', \
|
| ︙ | ︙ |