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