-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathsetup.cfg
57 lines (52 loc) · 1.24 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
50
51
52
53
54
55
56
57
[metadata]
name = pycraigslist
version = attr: pycraigslist.__version__
author = Ira Horecka
author_email = [email protected]
summary = A simple and expressive Craigslist API wrapper
description-file = README.rst
home-page = https://github.com/irahorecka/pycraigslist
requires-dist = setuptools
license = MIT
license_file = LICENSE
platform = any
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Software Development :: Libraries
Topic :: Utilities
project_urls =
Bug Tracker = https://github.com/irahorecka/pycraigslist/issues
[files]
packages =
setup
setup.cfg
setup.cfg.extern
extra_files =
LICENSE
[options]
zip_safe = false
python_requires = >=3.6
packages = find:
setup_requires =
setuptools>=38.3.0
install_requires =
httpx>=0.18.0
beautifulsoup4>=4.9.0
tenacity>=7.0.0
cchardet>=2.1.0
lxml>=4.6.0
fake_headers>=1.0.2
[bdist_wheel]
universal = true
[check]
metadata = true
restructuredtext = true
strict = true
[sdist]
formats = zip, gztar