diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8a6706..d76068f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,10 +21,10 @@ jobs: with: fetch-depth: 0 - - name: Set up Python 3.13 + - name: Set up Python 3.14 uses: actions/setup-python@v6 with: - python-version: '3.13' + python-version: '3.14' - name: Upgrade pip and nox run: | diff --git a/pyproject.toml b/pyproject.toml index e8b06e6..2072a31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ name = "dvc-objects" description = "dvc objects - filesystem and object-db level abstractions to use in dvc and dvc-data" readme = "README.rst" license = "Apache-2.0" +license-files = ["LICENSE"] authors = [{ name = "Iterative", email = "support@dvc.org" }] classifiers = [ "Programming Language :: Python :: 3",