Sorry, something went wrong.
|
@copilot Please, in addition, follow https://peps.python.org/pep-0639/, update Python 3.6 to 3.9 in README.md and bump the version to 0.5.2. |
Sorry, something went wrong.
|
@copilot Please, in addition, follow https://peps.python.org/pep-0639/, update Python 3.6 to 3.9 in README.md and bump the version to 0.5.2. |
Sorry, something went wrong.
|
@copilot Please, in addition, follow https://peps.python.org/pep-0639/, update Python 3.6 to 3.9 in README.md and bump the version to 0.5.2. Done in commit 072cab4. Changed license to follow PEP 639 using {file = "LICENSE"}, updated Python 3.6 to 3.9 in README.md, and bumped version to 0.5.2. @copilot Please, in addition, follow https://peps.python.org/pep-0639/, update Python 3.6 to 3.9 in README.md and bump the version to 0.5.2. Done in commit 072cab4. Changed license to follow PEP 639 using {file = "LICENSE"}, updated Python 3.6 to 3.9 in README.md, and bumped version to 0.5.2. |
Sorry, something went wrong.
|
@copilot Can we use just license = "GPL-3.0-or-later" and add ufal.udpipe into optional dependencies? |
Sorry, something went wrong.
|
@copilot Can we use just license = "GPL-3.0-or-later" and add ufal.udpipe into optional dependencies? Done in commit 8822413. Changed to license = "GPL-3.0-or-later" (SPDX identifier) and added ufal.udpipe to optional dependencies as [project.optional-dependencies] udpipe = ["ufal.udpipe"]. Also removed the license classifier as it's superseded by the SPDX license expression per PEP 639. |
Sorry, something went wrong.
Migrates package configuration from legacy setup.py/setup.cfg to modern PEP 621 and PEP 639 pyproject.toml format.
Changes
The entry point udapy = udapi.cli:main uses modern dot notation instead of the legacy udapi:cli.main format but resolves to the same import path.
All configuration previously in setup.cfg is now in pyproject.toml:
Convert setup.cfg and setup.py into pyproject.toml.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.