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.atnt
Commits
d37e8fdf
Commit
d37e8fdf
authored
Dec 11, 2012
by
Manuel Günther
Browse files
Changed version to 1.0.0 to upload package to PyPI.
parent
2d014e95
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
d37e8fdf
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
#
Laurent El Shafey <laurent.el-shafey
@idiap.ch>
#
Manuel Guenther <manuel.guenther
@idiap.ch>
from
setuptools
import
setup
,
find_packages
...
...
@@ -9,12 +9,12 @@ from setuptools import setup, find_packages
setup
(
name
=
'xbob.db.atnt'
,
version
=
'1.0.0
a1
'
,
version
=
'1.0.0'
,
description
=
'ATNT/ORL Database Access API for Bob'
,
url
=
'http://github.com/bioidiap/bob.db.nuaa'
,
license
=
'GPLv3'
,
author
=
'
Laurent El Shafey
'
,
author_email
=
'
laurent.el-shafey
@idiap.ch'
,
author
=
'
Manuel Guenther
'
,
author_email
=
'
manuel.guenther
@idiap.ch'
,
long_description
=
open
(
'README.rst'
).
read
(),
# This line is required for any distutils based packaging.
...
...
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