You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not familiar with Python source distributions, but some files seem unnecessary (e.g., vercel.json, package.json, .github).
Reading the Python package guide, I thought most plaintext files won't be added into the source distribution, unless explicitly specified in the MANIFEST.in file. Perhaps my understanding is wrong.
The text was updated successfully, but these errors were encountered:
Yeah we should fix this by the next release (v0.3.1). Not that we'll reach it anytime soon, but PyPI has a 10GB total project size limit, and a 100 MB project upload limit (i.e. per release/version).
Running
python setup.py sdist
will build a PyGMT source distribution in thedist
directory (e.g.,dist/pygmt-0.3.0.tar.gz
.The tarball contains the PyGMT source codes. Below is the list of top-level files and directories:
I'm not familiar with Python source distributions, but some files seem unnecessary (e.g.,
vercel.json
,package.json
,.github
).Reading the Python package guide, I thought most plaintext files won't be added into the source distribution, unless explicitly specified in the
MANIFEST.in
file. Perhaps my understanding is wrong.The text was updated successfully, but these errors were encountered: