File: setup.py

package info (click to toggle)
simplebayes 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 496 kB
  • sloc: python: 3,322; makefile: 165; sh: 24
file content (6 lines) | stat: -rw-r--r-- 129 bytes parent folder | download
1
2
3
4
5
6
from setuptools import setup


# Keep setup.py as a compatibility shim.
# Project metadata is defined in pyproject.toml.
setup()