-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all instances of PiCaS are spelled as picas
- Loading branch information
maarten-k
committed
Oct 20, 2016
1 parent
7be7ec9
commit 248ec44
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,14 @@ | |
from distutils.core import setup | ||
|
||
|
||
setup(name='PiCaS', | ||
setup(name='picas', | ||
version='0.2.9', | ||
description='Python client using CouchDB as a token pool server.', | ||
author='Jan Bot,Joris Borgdorff', | ||
author_email='[email protected]', | ||
url='https://github.com/sara-nl/picasclient', | ||
download_url='https://github.com/sara-nl/picasclient/tarball/0.2.9', | ||
packages=['PiCaS'], | ||
packages=['picas'], | ||
install_requires=['couchdb'], | ||
license="MIT", | ||
extras_require={ | ||
|