Skip to content

Commit 79bad6e

Browse files
author
Nick MacCarthy
committed
fix: license classifier
1 parent 91c72b5 commit 79bad6e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.cfg

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[metadata]
22
name = python-datemath
33
description = "A python module to emulate the date math used in SOLR and Elasticsearch"
4+
keywords = date math datemath elaticsearch solr
45
long_description = file: README.md
56
long_description_content_type = text/markdown
67
author = 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]
2127
universal=1

0 commit comments

Comments
 (0)