-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
38 lines (33 loc) · 1.02 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
[metadata]
name = pylabeador
description = Automatic syllabification for Spanish words
long_description = file:README.markdown
long_description_content_type=text/markdown
author = Jacobo de Vera
author_email = devel@jacobodevera.com
license = GPL-3.0-or-later
license_file = COPYING
version = attr:pylabeador.VERSION
requires_python = >=3.7
url = https://github.com/jdevera/pylabeador
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Software Development :: Libraries
Topic :: Text Processing
Topic :: Text Processing :: Linguistic
Intended Audience :: Education
Intended Audience :: Science/Research
Natural Language :: Spanish
[options]
package_dir =
=src
packages = find:
[options.entry_points]
console_scripts=
pylabeador = pylabeador.__main__:entrypoint
[options.packages.find]
where = src