forked from stvoutsin/sparkconfgenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
40 lines (36 loc) · 863 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
31
32
33
34
35
36
37
38
39
40
[project]
name = sparkconfgenerator
version = attr: sparkconfgenerator.__version__.__version__
author = Stelios Voutsinas
author_email = [email protected]
description = Generate the Spark configuration for a Spark Cluster
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/stvoutsin/sparkconfgenerator
license = GNU
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: GNU License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Spark
Topic :: Utilities
[options]
python_requires = >=3.8.0
package_dir =
= src
packages = find:
[options.extras_require]
test =
mypy
black
ruff
pytest
build =
wheel
twine
beautifulsoup4
[options.packages.find]
where = src