Skip to content
Snippets Groups Projects
Commit c4352685 authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

update meta-data

parent 510c7fcd
No related branches found
No related tags found
1 merge request!290Prepare v1.0
Pipeline #279246 failed with stages
in 3 minutes and 5 seconds
...@@ -14,10 +14,11 @@ readme = "README.md" ...@@ -14,10 +14,11 @@ readme = "README.md"
license = "LGPL-3.0" license = "LGPL-3.0"
dynamic = ["version"] dynamic = ["version"]
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop", "Intended Audience :: End Users/Desktop",
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",
"Intended Audience :: Education",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Natural Language :: English", "Natural Language :: English",
"Operating System :: Unix", "Operating System :: Unix",
...@@ -29,6 +30,9 @@ classifiers = [ ...@@ -29,6 +30,9 @@ classifiers = [
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering",
"Topic :: Software Development", "Topic :: Software Development",
"Topic :: Utilities", "Topic :: Utilities",
...@@ -93,7 +97,11 @@ packages = ["src/finam"] ...@@ -93,7 +97,11 @@ packages = ["src/finam"]
exclude = "_version.py" exclude = "_version.py"
target-version = [ target-version = [
"py38", "py38",
"py39" "py39",
"py310",
"py311",
"py312",
"py313",
] ]
[tool.isort] [tool.isort]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment