Skip to content

Commit e8c5184

Browse files
committed
Remove ez_setup.py
The version here [generates deprecations](https://app.circleci.com/jobs/github/usnistgov/fipy/2031) and [ez_setup.py itself is deprecated](pypa/setuptools#581)
1 parent f1ca6a7 commit e8c5184

File tree

3 files changed

+0
-293
lines changed

3 files changed

+0
-293
lines changed

MANIFEST-UNIX.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
include *.rst
2-
include ez_setup.py
32
# include MANIFEST MANIFEST.in *.rst
43

54
recursive-include documentation *.rst

ez_setup.py

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

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
from _setup.upload_products import upload_products
1919
from _setup.release import release
2020

21-
# bootstrap setuptools for users that don't already have it
22-
import ez_setup
23-
24-
ez_setup.use_setuptools()
25-
2621
LONG_DESCRIPTION = """
2722
FiPy is an object oriented, partial differential equation (PDE) solver,
2823
written in Python, based on a standard finite volume (FV) approach. This

0 commit comments

Comments
 (0)