Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stripe-checkout
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
stripe-checkout
Commits
e502c95d
Commit
e502c95d
authored
3 weeks ago
by
Erik Reid
Browse files
Options
Downloads
Patches
Plain Diff
added a licence file and SPDX decl`
parent
0b7cc489
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LICENSE.txt
+21
-0
21 additions, 0 deletions
LICENSE.txt
setup.py
+3
-1
3 additions, 1 deletion
setup.py
with
24 additions
and
1 deletion
LICENSE.txt
0 → 100644
+
21
−
0
View file @
e502c95d
MIT License
Copyright (c) 2022 GÉANT Vereniging
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.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
1
View file @
e502c95d
...
@@ -6,7 +6,7 @@ setup(
...
@@ -6,7 +6,7 @@ setup(
author
=
"
GEANT
"
,
author
=
"
GEANT
"
,
author_email
=
"
swd@geant.org
"
,
author_email
=
"
swd@geant.org
"
,
description
=
"
Stripe custom checkout support service
"
,
description
=
"
Stripe custom checkout support service
"
,
url
=
(
"
TBD
"
),
url
=
(
"
https://gitlab.software.geant.org/geant-swd/stripe-checkout
"
),
packages
=
find_packages
(),
packages
=
find_packages
(),
install_requires
=
[
install_requires
=
[
"
django~=4.2.18
"
,
"
django~=4.2.18
"
,
...
@@ -29,4 +29,6 @@ setup(
...
@@ -29,4 +29,6 @@ setup(
]
]
},
},
include_package_data
=
True
,
include_package_data
=
True
,
license
=
'
MIT
'
,
license_files
=
[
'
LICENSE.txt
'
]
)
)
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