Skip to content

Commit 9cdcbce

Browse files
committed
build: Fix description-file: metadata
In `setuptools==78.0.1`, they started enforcing that no dependencies specify this legacy field (pypa/setuptools#4870). They ended up reverting in pypa/setuptools#4911, but presumably they'll turn this behavior back on in the future...
1 parent 2147c60 commit 9cdcbce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[metadata]
2-
description-file = README.md
2+
description_file = README.md

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import platform
2222
import io
2323

24-
__version__ = "0.9.3"
24+
__version__ = "0.9.4.rc0"
2525
FASTTEXT_SRC = "src"
2626

2727
# Based on https://github.com/pybind/python_example

0 commit comments

Comments
 (0)