Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Oct 7, 2015
1 parent f603faf commit 753c2f6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
12 changes: 12 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
recursive-include distributed *.py
recursive-include docs *.rst

include bin/dworker.py
include bin/dcenter.py
include setup.py
include README.rst
include LICENSE.txt
include MANIFEST.in
include requirements.txt

prune docs/_build
3 changes: 3 additions & 0 deletions distributed/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from .center import Center
from .worker import Worker
from .pool import Pool
from .dask import get

__version__ = '1.0.0'
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tornado
toolz
dill
dask
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(name='distributed',
version='1.0.0',
description='Distributed computing',
url='http://github.com/mrocklin/distributed/',
url='http://distributed.readthedocs.org/en/latest/',
maintainer='Matthew Rocklin',
maintainer_email='mrocklin@gmail.com',
license='BSD',
Expand Down

0 comments on commit 753c2f6

Please sign in to comment.