forked from PickwickSoft/pystreamapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (27 loc) · 796 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[metadata]
name = streams.py
version = attr: pystreamapi.__version__
author = Stefan Garlonta
author_email = [email protected]
url = https://github.com/PickwickSoft/pystreamapi
description = A stream library for Python inspired by Java Stream API
long_description = file: README.md
long_description_content_type = text/markdown
keywords = streams, parallel, data
license = GPL-3.0 license
classifiers =
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: Python
Programming Language :: Python :: 3
[options]
packages = pystreamapi
zip_safe = True
include_package_data = True
install_requires =
optional.py>=1.3.2
joblib~=1.2.0
[options.extras_require]
dev =
parameterized~=0.8.1
[options.package_data]
* = README.md