File: setup.py

package info (click to toggle)
python-retrying 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 136 kB
  • sloc: python: 638; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env python
"""
Minimal setup.py for legacy compatibility.
All configuration is in pyproject.toml.
"""
from setuptools import setup

setup()