File: setup.py

package info (click to toggle)
pybdsf 1.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,160 kB
  • sloc: fortran: 40,850; python: 14,894; ansic: 4,347; cpp: 1,586; makefile: 131; sh: 46
file content (8 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
from skbuild import setup

# Scikit-build requires some options to be passed in the call to `setup()`.
# Hence, these cannot be set in `pyproject.toml`
setup(
    packages=["bdsf", "bdsf.nat"],
    include_package_data=False,
)