-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
50 lines (46 loc) · 1.58 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[metadata]
name = dict-fr-AU-DELA
description = EDITABLE French dictionaries from Laboratoire d'Automatique Documentaire et Linguistique (LADL)
long_description = file: README.md
long_description_content_type = text/markdown
version = 2021.9.9
license = LGPLLR
license_files = data/dict-fr-AU-DELA-License
author = Hubert Tournier
author_email = nobody@nowhere.invalid
url = https://github.com/HubTou/dict-fr-AU-DELA/
project_urls =
Bug Tracker = https://github.com/HubTou/dict-fr-AU-DELA/issues
keywords = pnu-project, dictionary
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
License :: Other/Proprietary License
Natural Language :: French
Operating System :: OS Independent
Topic :: Text Processing
Topic :: Text Processing :: Linguistic
[options]
package_dir =
packages = find:
python_requires = >=3.0
[options.packages.find]
where = src
[options.data_files]
share/dict =
data/dict-fr-AU-DELA
data/dict-fr-AU-DELA-common-compound_words.ascii
data/dict-fr-AU-DELA-common-compound_words.combined
data/dict-fr-AU-DELA-common-compound_words.unicode
data/dict-fr-AU-DELA-common-words.ascii
data/dict-fr-AU-DELA-common-words.combined
data/dict-fr-AU-DELA-common-words.unicode
data/dict-fr-AU-DELA-License
data/dict-fr-AU-DELA-proper_nouns.ascii
data/dict-fr-AU-DELA-proper_nouns.combined
data/dict-fr-AU-DELA-proper_nouns.unicode
data/dict-fr-AU-DELA.ascii
data/dict-fr-AU-DELA.combined
data/dict-fr-AU-DELA.unicode