-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathsetup.cfg
40 lines (37 loc) · 1.15 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
[metadata]
name = kleenexp
version = 0.0.8
author = Aur Saraf
author_email = [email protected]
description = Regex for humans with a painless upgrade path
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/sonoflilit/kleenexp
project_urls =
Bug Tracker = https://github.com/SonOfLilit/kleenexp/issues
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Topic :: Software Development :: Libraries
Topic :: Software Development :: Compilers
Topic :: Text Editors :: Text Processing
Topic :: Utilities
Programming Language :: Python :: 3
Programming Language :: Rust,
Programming Language :: Python :: Implementation :: CPython,
Programming Language :: Python :: Implementation :: PyPy,
License :: OSI Approved :: MIT License
Operating System :: OS Independent
keywords = regular expressions regex
[options]
package_dir =
= .
packages = find:
setup_requires = setuptools-rust >= 1.5.1
install_requires = parsimonious==0.10.0
python_requires = >=3.7
[options.packages.find]
where = .
[options.entry_points]
console_scripts =
ke = ke:main