Skip to content

Commit eb5e0c5

Browse files
committed
Remove fastentrypoints
It prevents Hy from installing with setuptools 80.3.0 due to the removal of `easy_install`.
1 parent de884a5 commit eb5e0c5

File tree

4 files changed

+4
-114
lines changed

4 files changed

+4
-114
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ include AUTHORS
22
include LICENSE
33
include NEWS.rst
44
include README.md
5-
include fastentrypoints.py

NEWS.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1216
Bug Fixes
1317
------------------------------
1418
* Fixed a crash from using an empty string in a `(. …)` expression.

fastentrypoints.py

Lines changed: 0 additions & 112 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import os
1212

13-
import fastentrypoints # Monkey-patches setuptools.
1413
from setuptools import find_packages, setup
1514
from setuptools.command.install import install
1615

0 commit comments

Comments
 (0)