-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsetup.cfg
31 lines (29 loc) · 833 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
[metadata]
name = lk_scraper
description = "lk_scraper a General Purpose Linkedin Scraper"
long_description = file: README.md
version = 0.0.1
author = Jean-Louis Quéguiner
author_email = jean-louis.queguiner@gadz.org
license = BSD 3-Clause License
license_file = LICENSE
keywords = linkedin, scraper, selenium
classifiers =
License :: OSI Approved :: BSD License
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Archiving :: Packaging
[options]
packages = find:
setup_requires =
setuptools>=30.3.0
include_package_data = True
install_requires =
progress>=1.4
PyYAML>=5.1.2
argcomplete
#scripts =
# lk_scraper