Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.ip.qualitymeasure
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.ip.qualitymeasure
Commits
f623351f
Commit
f623351f
authored
Jul 13, 2017
by
David GEISSBUHLER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
licence changed to GPLv3)
parent
be42d86d
Pipeline
#11274
passed with stages
in 7 minutes and 54 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
678 additions
and
4 deletions
+678
-4
COPYING
COPYING
+674
-0
setup.py
setup.py
+4
-4
No files found.
COPYING
0 → 100644
View file @
f623351f
This diff is collapsed.
Click to expand it.
setup.py
View file @
f623351f
...
...
@@ -24,12 +24,12 @@ setup(
version
=
version
,
description
=
'Image-quality feature-extractors for PAD applications'
,
url
=
'http://gitlab.idiap.ch/bob/bob.ip.qualitymeasure'
,
license
=
'
BSD
'
,
license
=
'
GPLv3
'
,
author
=
'Sushil Bhattacharjee'
,
author_email
=
'sushil.bhattacharjee@idiap.ch'
,
keywords
=
'bob, image-quality, face'
,
maintainer
=
"
Sushil Bhattacharjee
"
,
maintainer_email
=
"
sbhatta
@idiap.ch"
,
maintainer
=
"
David Geissbuhler
"
,
maintainer_email
=
"
david.geissbuhler
@idiap.ch"
,
long_description
=
open
(
'README.rst'
).
read
(),
# This line is required for any distutils based packaging.
...
...
@@ -90,7 +90,7 @@ setup(
'Framework :: Bob'
,
'Development Status :: 4 - Beta'
,
'Intended Audience :: Developers'
,
'License :: OSI Approved ::
BSD License
'
,
'License :: OSI Approved ::
GPL General Public Licence (GPLv3)
'
,
'Natural Language :: English'
,
'Programming Language :: Python'
,
'Programming Language :: Python :: 3'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment