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
remove unnecessary files from pypi source distribution (deepmodeling#2565)
Our PyPi source distribution package is over 30MB which is too large!
See https://pypi.org/project/deepmd-kit/2.2.2/#files
By default, when using `setuptools-scm`, all files will be added to the
package. This PR excludes directories that are not used for building and
installing, including:
- source/tests
- source/api_c/tests
- source/api_cc/tests
- source/lib/tests
- source/lmp/tests
- doc
- examples
- data
- .github
After removing these files from the source distribution, the package is
only 708 KB.
---------
Signed-off-by: Jinzhe Zeng <[email protected]>
0 commit comments