-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (34 loc) · 1.04 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
[metadata]
name = findpydeps
version = 0.2.6
author = Nicolas Reyland
author_email = [email protected]
maintainer = Nicolas Reyland
maintainer_email = [email protected]
description = Find the python dependencies used by your python files and projects
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
license = MIT License
license_files = LICENSE
url = https://github.com/Nicolas-Reyland/findpydeps
project_urls =
Bug Tracker = https://github.com/Nicolas-Reyland/findpydeps/issues
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3
Environment :: Console
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
Natural Language :: English
[options]
package_dir =
= src
packages = find:
python_requires = >=3.0
[options.entry_points]
console_scripts =
findpydeps = findpydeps.__main__:main
[options.packages.find]
where = src