File tree Expand file tree Collapse file tree 4 files changed +4
-114
lines changed
Expand file tree Collapse file tree 4 files changed +4
-114
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,3 @@ include AUTHORS
22include LICENSE
33include NEWS.rst
44include README.md
5- include fastentrypoints.py
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ New Features
99------------------------------
1010* New pragma `hy `.
1111
12+ Misc. Improvements
13+ ------------------------------
14+ * Added compatibility with setuptools 80.3.0.
15+
1216Bug Fixes
1317------------------------------
1418* Fixed a crash from using an empty string in a `(. …) ` expression.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010
1111import os
1212
13- import fastentrypoints # Monkey-patches setuptools.
1413from setuptools import find_packages , setup
1514from setuptools .command .install import install
1615
You can’t perform that action at this time.
0 commit comments