Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DAN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
DAN
Commits
96a2f440
Commit
96a2f440
authored
1 year ago
by
Eva Bardou
Browse files
Options
Downloads
Patches
Plain Diff
Add MIT license
parent
4cf5e694
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!334
Add MIT license
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
LICENSE
+21
-0
21 additions, 0 deletions
LICENSE
MANIFEST.in
+1
-0
1 addition, 0 deletions
MANIFEST.in
README.md
+2
-0
2 additions, 0 deletions
README.md
setup.py
+2
-0
2 additions, 0 deletions
setup.py
with
26 additions
and
0 deletions
LICENSE
0 → 100644
+
21
−
0
View file @
96a2f440
MIT License
Copyright (c) 2023 Teklia
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
1
−
0
View file @
96a2f440
include LICENSE
include requirements.txt
include doc-requirements.txt
include mlflow-requirements.txt
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
96a2f440
...
...
@@ -4,6 +4,8 @@
For more details about this package, make sure to see the documentation available at
<https://atr.pages.teklia.com/dan/>
.
This is an open-source project, licensed using
[
the MIT license
](
https://opensource.org/license/mit/
)
.
## Development
For development and tests purpose it may be useful to install the project as a editable package with pip.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
0
View file @
96a2f440
...
...
@@ -54,4 +54,6 @@ setup(
"
docs
"
:
parse_requirements
(
"
doc-requirements.txt
"
),
"
mlflow
"
:
parse_requirements
(
"
mlflow-requirements.txt
"
),
},
license
=
"
MIT
"
,
license_files
=
(
"
LICENSE
"
,),
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment