forked from gemfileparser/gemfileparser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
62 lines (48 loc) · 1.24 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[metadata]
name = gemfileparser2
description = Parse Ruby Gemfile, .gemspec and Cocoapod .podspec files using Python.
long_description = file: README.rst
author = Balasankar C, Rohit Potter, nexB. Inc. and others
author_email = info@aboutcode.org
keywords = Ruby Rubygem Gemfile gemspec Cocoapod podspec
url = https://github.com/aboutcode-org/gemfileparser2
license = GPL-3.0-or-later OR MIT
license_files =
README.rst
LICENSE.GPLv3
LICENSE.MIT
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Topic :: Software Development
Topic :: Utilities
[options]
package_dir =
=src
packages = find:
include_package_data = true
zip_safe = false
py_modules =
gemfileparser
gemfileparser2
setup_requires = setuptools_scm[toml] >= 4
python_requires = >=3.7
[options.packages.find]
where = src
[options.extras_require]
testing =
pytest >= 6, != 7.0.0
pytest-xdist >= 2
aboutcode-toolkit >= 7.0.2
pycodestyle >= 2.8.0
twine
black
isort
docs =
Sphinx>=5.0.2
sphinx-rtd-theme>=1.0.0
sphinx-reredirects >= 0.1.2
doc8>=0.11.2