File: setup.py

package info (click to toggle)
sagemath 9.5-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 144,264 kB
  • sloc: python: 1,113,444; cpp: 37,499; ansic: 4,606; sh: 4,105; makefile: 1,097; javascript: 326; lisp: 5
file content (5 lines) | stat: -rw-r--r-- 61 bytes parent folder | download | duplicates (22)
1
2
3
4
5
#!/usr/bin/env python

from setuptools import setup

setup()