-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
32 lines (29 loc) · 1001 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
32
[metadata]
name = jobstruct
author = Mark Howison
author_email = [email protected]
url = https://github.com/amazon-science/job-posting-structure
version = attr: jobstruct.__version__
license = CC-BY-NC-SA-4.0
description = Extract structured information from job postings.
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
License :: Free for non-commercial use
Intended Audience :: Science/Research
Operating System :: OS Independent
Natural Language :: English
Programming Language :: Python :: 3
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Information Analysis
[options]
install_requires = file: requirements.txt
python_requires = >= 3.8
setup_requires = setuptools
[options.entry_points]
console_scripts =
jobstruct = jobstruct.__main__:main
[options.package_data]
jobstruct = data/*.json