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: |
384bde7b06c5388927a9f3d9da64b2bc |
| User & Date: | olr on 2017-04-26 14:27:22 |
| Other Links: | manifest | tags |
Context
|
2017-04-26
| ||
| 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 | |
| 14:15 | update package setup [fr] check-in: 647e04d66d user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/setup.py from [f837658ae8] to [636d1153bb].
| ︙ | ︙ | |||
57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
# What does your project relate to?
keywords='French grammar checker correcteur grammatical français',
# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
# packages=find_packages(exclude=['contrib', 'docs', 'tests']),
packages=['grammalecte', 'grammalecte.fr'],
# Alternatively, if you want to distribute just a my_module.py, uncomment
# this:
| > > > | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
# What does your project relate to?
keywords='French grammar checker correcteur grammatical français',
# Scripts
script=['cli.py', 'server.py', 'bootle.py'],
# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
# packages=find_packages(exclude=['contrib', 'docs', 'tests']),
packages=['grammalecte', 'grammalecte.fr'],
# Alternatively, if you want to distribute just a my_module.py, uncomment
# this:
|
| ︙ | ︙ |