File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = python-datemath
3
3
description = " A python module to emulate the date math used in SOLR and Elasticsearch"
4
+ keywords = date math datemath elaticsearch solr
4
5
long_description = file: README.md
5
6
long_description_content_type = text/markdown
6
7
author = Nick MacCarthy
@@ -10,12 +11,17 @@ classifiers =
10
11
Development Status :: 5 - Production/Stable
11
12
Intended Audience :: Developers
12
13
Topic :: Software Development :: Build Tools
13
- License :: Apache-2.0
14
+ License :: OSI Approved :: Apache License, Version 2.0 (Apache -2.0)
14
15
Programming Language :: Python :: 3.8
15
16
Programming Language :: Python :: 3.9
16
17
Programming Language :: Python :: 3.10
17
18
Programming Language :: Python :: 3.11
18
19
19
20
21
+ [options]
22
+ python_requires = >=3.8
23
+ install_requires =
24
+ arrow >= 1.0.3
25
+
20
26
[bdist_wheel]
21
27
universal =1
You can’t perform that action at this time.
0 commit comments