-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
49 lines (46 loc) · 1.31 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
[metadata]
name = rmux
description = rmux allows you to run your local project on multiple remote machines in parallel
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
author = Sorin Sbarnea
author_email = [email protected]
home_page = https://github.com/pycontribs/rmux/
classifiers =
Environment :: Console
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Quality Assurance
Topic :: Software Development :: Testing
license = Apache
license_files = LICENSE
requires_external =
tmux
xpanes
project_url =
Bug Tracker, https://github.com/pycontribs/rmux/issues
platform = any
[options]
use_scm_version = True
python_requires = >=3.8
package_dir =
= src
packages = find:
zip_safe = False
# These are required in actual runtime:
install_requires =
[options.entry_points]
console_scripts =
rmux = rmux.__main__:main
[files]
packages =
rmux
[options.packages.find]
where = src