forked from EntilZha/PyFunctional
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
55 additions
and
37 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
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 |
---|---|---|
|
@@ -15,15 +15,15 @@ | |
|
||
setup( | ||
name='PyFunctional', | ||
description='Package for creating data pipelines, LINQ, and chain functional programming', | ||
description='Package for creating data pipelines with chain functional programming', | ||
long_description=long_description, | ||
url='https://github.com/EntilZha/PyFunctional', | ||
author='Pedro Rodriguez', | ||
author_email='[email protected]', | ||
maintainer='Pedro Rodriguez', | ||
maintainer_email='[email protected]', | ||
license='MIT', | ||
keywords='functional LINQ pipeline data collection rdd scala', | ||
keywords='functional pipeline data collection chain rdd linq parallel', | ||
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'test']), | ||
version='0.6.0', | ||
install_requires=install_requires, | ||
|