forked from wroberts/pytimeparse
-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
43 lines (39 loc) · 1.28 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
[metadata]
name = pytimeparse2
version = attr: pytimeparse2.__version__
description = Time expression parser.
long_description = file: README.rst
long_description_content_type = text/x-rst
license = MIT
author = Sergey Klyuykov
author_email = [email protected]
url = https://github.com/onegreyonewhite/pytimeparse2
keywords = parsing, time, timeparsing, text
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Text Processing
Topic :: Utilities
[options]
zip_safe = False
include_package_data = True
python_requires = >=3.6
[options.extras_require]
dateutil =
python-dateutil~=2.8.2
[build_sphinx]
project = 'pytimeparse2'
[aliases]