-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (40 loc) · 1.01 KB
/
setup.cfg
File metadata and controls
43 lines (40 loc) · 1.01 KB
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
[metadata]
name = splitcopy
version = 1.7.1
author = Chris Jenn
author_email = jnpr-community-netdev@juniper.net
license = Apache 2.0
license_files =
LICENSE
description = Improves file transfer rates when copying files to/from JUNOS/EVO/*nix hosts
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
ftp
ssh
scp
transfer
url = https://github.com/Juniper/splitcopy
project_urls =
Bug Tracker = https://github.com/Juniper/splitcopy/issues
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Environment :: Console
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: System :: Networking
[options]
package_dir=
=src
packages = find:
python_requires = >=3.6
install_requires =
paramiko
scp
windows-curses; sys_platform == "win32"
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
splitcopy = splitcopy.splitcopy:main