-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (31 loc) · 1.08 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
# Metadata for setting up
# Pyntel4004-CLI
[metadata]
name = Pyntel4004-cli
version = ENV_VERSION
py_modules = 4004cli
description = CLI (Command Line Interface for Pyntel4004)
url = https://github.com/alshapton/Pyntel4004-CLI/tree/main
download_url = https://github.com/alshapton/Pyntel4004-CLI/tree/main
author = Andrew Shapton
author_email = [email protected]
maintainer = Andrew Shapton
maintainer_email = [email protected]
keywords = python3, intel, 4004, CPU, Command Line
license = MIT
platforms = Linux, Darwin, Windows
project_urls =
Documentation = https://pyntel4004-cli.readthedocs.io/en/release-0.0.1-alpha.3/index.html
[options]
python_requires = >= 3.8
install_requires =
Click >= 8.0.4
Pyntel4004 >= 0.0.1-beta.5
toml >= 0.10.2
setup_requires = pip
packages = find:
[options.entry_points]
console_scripts =
4004 = 4004cli:cli
[options.packages.find]
where = .