forked from DavidTorbics20/r-pixel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
57 lines (49 loc) · 965 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[metadata]
name = r-pixel
author = David Torbics
author_email = torbic190220@sr.htlweiz.at
description = "A copy of r/place"
version = 1.0.0
url = https://github.com/DavidTorbics20/r-pixel.git
keywords = logging
pytest
file
websocket
asyncio
license_files =
LICENSE.md
# da kommt rul_test her
[options.entry_points]
console_scripts =
rul_test = rul.main:main # modul_wo_das_zu_finden_ist:funktion_im_modul
[options]
python_requires >= 3.8
package_dir =
=src
packages = find:
zip_safe = False
install_requires =
websocket
asyncio
[options.extras_require]
dev =
black
pytest
rope
flake8
flake8-eradicate
flake8-isort
flake8-spellcheck
flake8-variables-names
flake8-builtins
ipython
[flake8]
max-line-length=88
exclude = venv
docstring-convention = numpy
dictionaries = en_US,python,technical
[isort]
profile = black
[tool:pytest]
testpaths = tests
log_level = info