File: setup.py

package info (click to toggle)
python-ephemeral-port-reserve 1.1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: python: 81; makefile: 40
file content (5 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (2)
1
2
3
4
5
from __future__ import absolute_import
from __future__ import unicode_literals

from setuptools import setup
setup()