-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (39 loc) · 1.32 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 = pyquanda
version = file: VERSION
url = https://github.com/shollingsworth/pyquanda
project_urls =
Changes = https://github.com/shollingsworth/pyquanda/blob/main/CHANGELOG.md
Source Code = https://github.com/shollingsworth/pyquanda
Issue Tracker = https://github.com/shollingsworth/pyquanda/issues/
Twitter = https://twitter.com/_stevo
Documentation = https://shollingsworth.github.io/pyquanda/index.html
license = MIT
author = Steven Hollingsworth
author_email = [email protected]
description = Python Interview environment
long_description = file: .pypyreadme
long_description_content_type = text/markdown
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Intended Audience :: End Users/Desktop
Intended Audience :: Information Technology
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
keywords =
interview
environment
[options]
packages = find:
package_dir = = src
include_package_data = true
python_requires = >= 3.7
[options.packages.find]
where = src