Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Commits
c4352685
Commit
c4352685
authored
2 weeks ago
by
Sebastian Müller
🐈
Browse files
Options
Downloads
Patches
Plain Diff
update meta-data
parent
510c7fcd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!290
Prepare v1.0
Pipeline
#279246
failed with stages
in 3 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyproject.toml
+10
-2
10 additions, 2 deletions
pyproject.toml
with
10 additions
and
2 deletions
pyproject.toml
+
10
−
2
View file @
c4352685
...
...
@@ -14,10 +14,11 @@ readme = "README.md"
license
=
"LGPL-3.0"
dynamic
=
[
"version"
]
classifiers
=
[
"Development Status ::
4
-
Beta
"
,
"Development Status ::
5
-
Production/Stable
"
,
"Intended Audience :: Developers"
,
"Intended Audience :: End Users/Desktop"
,
"Intended Audience :: Science/Research"
,
"Intended Audience :: Education"
,
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)"
,
"Natural Language :: English"
,
"Operating System :: Unix"
,
...
...
@@ -29,6 +30,9 @@ classifiers = [
"Programming Language :: Python :: 3.8"
,
"Programming Language :: Python :: 3.9"
,
"Programming Language :: Python :: 3.10"
,
"Programming Language :: Python :: 3.11"
,
"Programming Language :: Python :: 3.12"
,
"Programming Language :: Python :: 3.13"
,
"Topic :: Scientific/Engineering"
,
"Topic :: Software Development"
,
"Topic :: Utilities"
,
...
...
@@ -93,7 +97,11 @@ packages = ["src/finam"]
exclude
=
"_version.py"
target-version
=
[
"py38"
,
"py39"
"py39"
,
"py310"
,
"py311"
,
"py312"
,
"py313"
,
]
[tool.isort]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment