File: setup.py

package info (click to toggle)
germinate 2.48
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 488 kB
  • sloc: python: 4,853; perl: 47; makefile: 18; sh: 1
file content (5 lines) | stat: -rwxr-xr-x 63 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#! /usr/bin/env python3

from setuptools import setup

setup()