Grammalecte  Check-in [ede63be74d]

Overview
Comment:[fr] corrige la casse d’un nom de fichier dans setup.py
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fr
Files: files | file ages | folders
SHA3-256: ede63be74dc77f78d9ab142db6e92087b483efff0bd31d85db1a2e22d557fa32
User & Date: olr on 2017-06-03 06:08:01
Other Links: manifest | tags
Context
2017-06-03
06:14
[fr] pt: gaz à effet de serre check-in: e5ec7f8914 user: olr tags: trunk, fr
06:08
[fr] corrige la casse d’un nom de fichier dans setup.py check-in: ede63be74d user: olr tags: trunk, fr
06:07
[fr] phonet_simil: errâmes/Éram commis/commit/commite check-in: 0bf2877811 user: olr tags: trunk, fr
Changes

Modified gc_lang/fr/setup.py from [3df0789cc9] to [378a2ab4e1].

96
97
98
99
100
101
102
103

104
105
106
107
108
109
110
111
112
113
114
96
97
98
99
100
101
102

103
104
105
106
107
108
109
110
111
112
113
114







-
+











    },

    # 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', \
    data_files=[('', ['cli.py', 'server.py', 'bottle.py', 'README.txt', 'LICENSE.txt', \
                      'server_options.fr.ini', 'server_options._global.ini'])],

    # To provide executable scripts, use entry points in preference to the
    # "scripts" keyword. Entry points provide cross-platform support and allow
    # pip to create the appropriate form of executable for the target platform.
    # entry_points={
    #     'console_scripts': [
    #         'sample=sample:main',
    #     ],
    # },
)