File: MANIFEST.in

package info (click to toggle)
python-scienceplots 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,864 kB
  • sloc: python: 312; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 645 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# https://setuptools.pypa.io/en/latest/userguide/miscellaneous.html#controlling-files-in-the-distribution (accessed on 2026-02-20)
# By default 'setuptools_scm' includes all git-tracked files (all .py files are included by default by 'setuptools')
# In sdist downloads, .git is non existent.  Ref: https://github.com/garrettj403/SciencePlots/issues/151
# Required data files are exhaustively listed here:
recursive-include src/scienceplots/styles *.mplstyle
include CHANGES.md
include LICENSE
include MANIFEST.in
include pyproject.toml
include README.md

# Clean unnecessary files in source distribution:
prune .github
prune .git
prune examples