Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.mobio
Commits
f3d8d22b
Commit
f3d8d22b
authored
Aug 31, 2013
by
Laurent EL SHAFEY
Browse files
Few fixes (copyright, keywords, etc) before python 3 compatible release
parent
702c03a6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
COPYING
0 → 100644
View file @
f3d8d22b
This diff is collapsed.
Click to expand it.
MANIFEST.in
View file @
f3d8d22b
include README.rst bootstrap.py buildout.cfg
include README.rst bootstrap.py buildout.cfg
COPYING
recursive-include docs *.py *.rst
recursive-include xbob *.sql3
setup.py
View file @
f3d8d22b
...
...
@@ -23,12 +23,13 @@ from setuptools import setup, find_packages
setup
(
name
=
'xbob.db.mobio'
,
version
=
'1.1.1
a0
'
,
version
=
'1.1.1'
,
description
=
'MOBIO Database Access API for Bob'
,
url
=
'https://pypi.python.org/pypi/xbob.db.mobio'
,
license
=
'GPLv3'
,
author
=
'Laurent El Shafey'
,
author_email
=
'laurent.el-shafey@idiap.ch'
,
keywords
=
'face recognition, speaker recognition, bob, xbob, xbob.db, mobio'
,
long_description
=
open
(
'README.rst'
).
read
(),
# This line is required for any distutils based packaging.
...
...
@@ -65,8 +66,11 @@ setup(
},
classifiers
=
[
'Development Status :: 4 - Beta'
,
'Development Status :: 5 - Production/Stable'
,
'Environment :: Console'
,
'Intended Audience :: Developers'
,
'Intended Audience :: Education'
,
'Intended Audience :: Science/Research'
,
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'
,
'Natural Language :: English'
,
'Programming Language :: Python'
,
...
...
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