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.kboc16
Commits
c401fd17
Commit
c401fd17
authored
Feb 03, 2016
by
mgbarrero
Browse files
capital letters removed
parent
33cab997
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
c401fd17
...
...
@@ -29,10 +29,10 @@ version = open("version.txt").read().rstrip()
# parameters that define our package.
setup
(
name
=
'bob.db.
KBOC
16'
,
name
=
'bob.db.
kboc
16'
,
version
=
version
,
description
=
'KBOC16 Database Access API for Bob'
,
url
=
'http://github.com/mgbarrero/bob.db.
KBOC
16'
,
url
=
'http://github.com/mgbarrero/bob.db.
kboc
16'
,
license
=
'GPLv3'
,
author
=
'Marta Gomez-Barrero'
,
author_email
=
'marta.barrero@uam.es'
,
...
...
@@ -49,7 +49,7 @@ setup(
# declare database to bob
'bob.db'
:
[
'
KBOC
16 = bob.db.
KBOC
16.driver:Interface'
,
'
kboc
16 = bob.db.
kboc
16.driver:Interface'
,
],
},
...
...
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