forked from signaux-faibles/sf_datalake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (35 loc) · 912 Bytes
/
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
[metadata]
name = sf_datalake
version = 2024.4.dev1
author = Signaux Faibles
author_email = [email protected]
description = The data science codebase for the Signaux Faibles project.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE
url = https://forge.dgfip.finances.rie.gouv.fr/dge/signaux-faibles/sf_datalake.git
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
packages = find_namespace:
package_dir =
=src
install_requires=
dataclasses==0.8
dateutils==0.6.12
numpy==1.12.1
scipy==1.2.3
pandas==0.24.2
scikit-learn==0.22.2.post1
shap==0.35
pylint
pre-commit
include_package_data = True
[options.extras_require]
pack = venv-pack
test = pytest; pyspark==2.3.1
docs = Sphinx; sphinx-rtd-theme
[options.packages.find]
where=src