-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
47 lines (39 loc) · 829 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
[metadata]
name = powermanim
description = Manim extension with custom components, layouts and slide templates aimed to ease the development of live presentations.
url = https://github.com/lucmos/powermanim
long_description = file: README.md
long_description_content_type = text/markdown
author = Luca Moschella
author_email = [email protected]
keywords = python
license = MIT Licence
[options]
zip_safe = False
include_package_data = True
package_dir=
=src
packages=find:
install_requires =
scripts =
src/powermanim/scripts/build_anims
[options.packages.find]
where=src
[options.package_data]
* = *.txt, *.md
[options.extras_require]
docs =
mkdocs
mkdocs-material
mike
test =
pytest
pytest-cov
dev =
black
flake8
isort
pre-commit
bandit
%(test)s
%(docs)s