Grammalecte  Check-in [6242d45ee1]

Overview
Comment:[fr] setup.py update
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fr
Files: files | file ages | folders
SHA3-256: 6242d45ee1a9cc0cc87a5df08d5a2b6373aefe8436fec02cc1fed80acd9228f2
User & Date: olr on 2020-10-10 13:00:14
Other Links: manifest | tags
Context
2020-10-12
12:31
[fr] ajustements check-in: f3ddb0167f user: olr tags: trunk, fr
2020-10-10
13:00
[fr] setup.py update check-in: 6242d45ee1 user: olr tags: trunk, fr
06:53
[build] add Dockerfile to Grammalecte package check-in: 7abc9dbabe user: olr tags: trunk, build
Changes

Modified gc_lang/fr/setup.py from [7e4c8171e2] to [8a0db0631b].

48
49
50
51
52
53
54
55
56
57
58

59
60
61
62
63
64
65
        'Topic :: Text Processing :: Linguistic',

        # Pick your license as you wish (should match "license" above)
        'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',

        # Specify the Python versions you support here. In particular, ensure
        # that you indicate whether you support Python 2, Python 3 or both.
        'Programming Language :: Python :: 3.3',
        'Programming Language :: Python :: 3.4',
        '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
    scripts=['grammalecte-cli.py', 'grammalecte-server.py'],







|
|
|
|
>







48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
        'Topic :: Text Processing :: Linguistic',

        # Pick your license as you wish (should match "license" above)
        'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',

        # Specify the Python versions you support here. In particular, ensure
        # that you indicate whether you support Python 2, Python 3 or both.
        'Programming Language :: Python :: 3.5',
        'Programming Language :: Python :: 3.6',
        'Programming Language :: Python :: 3.7',
        'Programming Language :: Python :: 3.8',
        'Programming Language :: Python :: 3.9',
    ],

    # What does your project relate to?
    keywords='French grammar checker correcteur grammatical français',

    # Scripts
    scripts=['grammalecte-cli.py', 'grammalecte-server.py'],