-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (27 loc) · 751 Bytes
/
setup.cfg
File metadata and controls
30 lines (27 loc) · 751 Bytes
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
[metadata]
name = PyShEx
url = https://github.com/hsolbrig/PyShEx
description = Python ShEx interpreter
author = Harold Solbrig
author-email = solbrig@jhu.edu
summary = Python ShEx Implementation
license = CC0 1.0 Universal
python-requires = >=3.6
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Topic :: Software Development :: Compilers
License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
keywords =
ShEx
rdf
[files]
packages =
pyshex
[entry_points]
console_scripts =
shexeval = pyshex.shex_evaluator:evaluate_cli