File: setup.py

package info (click to toggle)
orsopy 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,804 kB
  • sloc: python: 38,555; makefile: 78
file content (8 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
"""
New style setup script. All configuration options are within setup.cfg, pyproject.toml and MANIFEST.in.
"""

import setuptools

setuptools.setup()