We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9b14a commit 4c65b76Copy full SHA for 4c65b76
.github/workflows/release.yml
@@ -21,10 +21,10 @@ jobs:
21
with:
22
fetch-depth: 0
23
24
- - name: Set up Python 3.13
+ - name: Set up Python 3.14
25
uses: actions/setup-python@v6
26
27
- python-version: '3.13'
+ python-version: '3.14'
28
29
- name: Upgrade pip and nox
30
run: |
pyproject.toml
@@ -9,6 +9,7 @@ name = "dvc-objects"
9
description = "dvc objects - filesystem and object-db level abstractions to use in dvc and dvc-data"
10
readme = "README.rst"
11
license = "Apache-2.0"
12
+license-files = ["LICENSE"]
13
authors = [{ name = "Iterative", email = "[email protected]" }]
14
classifiers = [
15
"Programming Language :: Python :: 3",
0 commit comments