-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
36 lines (34 loc) · 955 Bytes
/
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
[metadata]
name = rucksack
version = 0.1.0
author = Anthony Critelli
author_email = [email protected]
description = A place to store your useful one liners
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/acritelli/rucksack
project_urls =
Bug Tracker = https://github.com/acritelli/rucksack/issues
classifiers =
Programming Language :: Python :: 3.8
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Topic :: Terminals
[options]
package_dir =
= ./
packages = find:
python_requires = >=3.8
install_requires =
prompt_toolkit >= 3.0.23, <4.0.0
fabric >= 2.6.0, < 3.0.0
PyYAML >= 6.0, < 7.0.0
jinja2 >= 3.0.3, < 4.0.0
scripts =
bin/ruck
[options.packages.find]
where = ./