Skip to content

Commit

Permalink
fix: license classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick MacCarthy committed Sep 11, 2024
1 parent 91c72b5 commit 79bad6e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[metadata]
name = python-datemath
description = "A python module to emulate the date math used in SOLR and Elasticsearch"
keywords = date math datemath elaticsearch solr
long_description = file: README.md
long_description_content_type = text/markdown
author = Nick MacCarthy
Expand All @@ -10,12 +11,17 @@ classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
License :: Apache-2.0
License :: OSI Approved :: Apache License, Version 2.0 (Apache-2.0)
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11


[options]
python_requires = >=3.8
install_requires =
arrow >= 1.0.3

[bdist_wheel]
universal=1

0 comments on commit 79bad6e

Please sign in to comment.