forked from Shimada666/super-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
34 lines (33 loc) · 1.07 KB
/
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
31
32
33
34
[metadata]
name = SuperStream
version = 0.2.6
license = MIT
author = Shimada666
author_email = [email protected]
description = A lightweight streaming library, similar to Java stream.
long_description = file: README.md
long_description_content_type = text/markdown
platforms = any
url = https://github.com/Shimada666/super-stream
project_urls =
Documentation = https://github.com/Shimada666/super-stream
Source = https://github.com/Shimada666/super-stream
Changelog = https://github.com/Shimada666/super-stream
Issue Tracker = https://github.com/Shimada666/super-stream/issues
keywords = stream, lazily evaluated
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
package_dir =
= src
include_package_data = true
python_requires = >= 3.6
[options.packages.find]
where = src