Skip to content

Commit 174f93e

Browse files
committed
fix pyproject for most recent version of twine
1 parent bcc7eea commit 174f93e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "SigMF"
33
description = "Easily interact with Signal Metadata Format (SigMF) recordings."
44
keywords = ["gnuradio", "radio"]
5+
license = { file = "COPYING-LGPL" }
56
classifiers = [
67
"Development Status :: 5 - Production/Stable",
78
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
@@ -45,6 +46,7 @@ dependencies = [
4546

4647
[tool.setuptools]
4748
packages = ["sigmf"]
49+
license-files = []
4850
[tool.setuptools.dynamic]
4951
version = {attr = "sigmf.__version__"}
5052
readme = {file = ["README.md"], content-type = "text/markdown"}
@@ -100,7 +102,7 @@ profile = "black"
100102
legacy_tox_ini = '''
101103
[tox]
102104
skip_missing_interpreters = True
103-
envlist = py{37,38,39,310,311,312,313}
105+
envlist = py{37,38,39,310,311,312,313,314}
104106
105107
[testenv]
106108
usedevelop = True

0 commit comments

Comments
 (0)