Skip to content

Commit

Permalink
Merge pull request #265 from mrocklin/curried-setup
Browse files Browse the repository at this point in the history
add toolz.curried to setup.py
  • Loading branch information
mrocklin committed Aug 10, 2015
2 parents 0d3639b + 8e043c4 commit e9f14a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
license='BSD',
keywords='functional utility itertools functools',
packages=['toolz',
'toolz.sandbox'],
'toolz.sandbox',
'toolz.curried'],
package_data={'toolz': ['tests/*.py']},
long_description=(open('README.rst').read() if exists('README.rst')
else ''),
Expand Down

0 comments on commit e9f14a3

Please sign in to comment.