Skip to content
Snippets Groups Projects
Commit 96e26620 authored by Charly Lamothe's avatar Charly Lamothe
Browse files

Merge branch 'luc_new_archi' into 'wip_clean_scripts'

Luc new archi

See merge request !1
parents cb400cc6 a826e7cc
Branches
Tags
2 merge requests!3clean scripts,!1Luc new archi
File moved
File moved
File moved
File moved
......@@ -8,3 +8,4 @@ coverage
awscli
flake8
python-dotenv>=0.5.1
scikit-learn
\ No newline at end of file
......@@ -2,7 +2,8 @@ from setuptools import find_packages, setup
setup(
name='bolsonaro',
packages=find_packages(),
packages=find_packages(where="code", exclude=['doc', 'dev']),
package_dir={'': "code"},
version='0.1.0',
description='Bolsonaro project of QARMA non-permanents: deforesting random forest using OMP.',
author='QARMA team',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment