-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
46 lines (40 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
35
36
37
38
39
40
41
42
43
44
45
46
[metadata]
name = setuptools-npm
version = 0.3
author = Jan Musílek
author_email = [email protected]
description = Plugin for setuptools and npm
url = https://github.com/CZ-NIC/setuptools-npm
long_description = file: README.rst
license = GPLv3+
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Build Tools
[options]
zip_safe = false
py_modules = setuptools_npm
python_requires = ~=3.7
[options.entry_points]
distutils.commands =
npm_install = setuptools_npm:npm_install
npm_run = setuptools_npm:npm_run
[options.extras_require]
quality =
doc8
flake8
isort
[isort]
line_length = 120
[flake8]
max-line-length = 120
[doc8]
max-line-length = 120
allow-long-titles = true