-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
47 lines (37 loc) · 1.24 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
[metadata]
# https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
name = langlearn
description = IAL's LangLearn Things & Stuff for EVALITA'23
long_description = file: README.md
long_description_content_type = text/markdown
version = attr: langlearn.__version__
author = Institute for Applied Linguistics
author_email = [email protected]
url = https://gitlab.inf.unibz.it/commul/evalita-2023/langlearn
download_url = https://gitlab.inf.unibz.it/commul/evalita-2023/langlearn
keywords = utility,
license = Apache License 2.0
license_files =
LICENSE
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Natural Language :: English
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Utilities
[options]
zip_safe = true
python_requires = >= 3.8, < 3.10
package_dir=
=src
packages=find:
[options.packages.find]
where=src
[options.extras_require]
all = fire;pandas;scikit-learn
# test = pytest