Skip to content

Commit

Permalink
all instances of PiCaS are spelled as picas
Browse files Browse the repository at this point in the history
  • Loading branch information
maarten-k committed Oct 20, 2016
1 parent 7be7ec9 commit 248ec44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion picas/srmclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import logging
import Queue

from PiCaS import SRMClient
from picas import SRMClient


def download(files, threads=10):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 248ec44

Please sign in to comment.