Skip to content

Commit

Permalink
pyproject.toml was removed. It can be returned once pip no longer re-…
Browse files Browse the repository at this point in the history
…installs packages that are already installed.

For example, if numpy is in [build-system]->requires, and numpy is *already installed* in the environment that is running pip,
the *existing* version of numpy should be used to build cartopy, **not** the latest version found on pypi.
  • Loading branch information
pelson committed Jan 15, 2019
1 parent baf87c7 commit 454a911
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include CHANGES
include COPYING*
include INSTALL
include README.rst
include pyproject.toml
include requirements/*.txt
include lib/cartopy/data/*
include lib/cartopy/io/srtm.npz
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml

This file was deleted.

0 comments on commit 454a911

Please sign in to comment.