-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathsetup.cfg
27 lines (25 loc) · 875 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
[metadata]
name = tor_relay_scanner
version = 1.0.0
author = ValdikSS
author_email = [email protected]
description = Tor Relay availability checker, for using it as a bridge in countries with censorship
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ValdikSS/tor-relay-scanner
project_urls =
Bug Tracker = https://github.com/ValdikSS/tor-relay-scanner/issues
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
package_dir =
=src
packages = find:
python_requires = >=3.7
#install_requires = requests[socks]
install_requires =
requests[socks]@https://github.com/psf/requests/archive/8c86fb111b955ea76439199821973c40a70a19a2.zip ;platform_system=='Windows'
requests[socks] ;platform_system!='Windows'
[options.packages.find]
where = src