File: setup.py

package info (click to toggle)
receptor 1.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,772 kB
  • sloc: python: 1,643; makefile: 305; sh: 174
file content (7 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# This file is only used by our downstream RPM builds.
# Remove this once that tooling has been updated to work with setup.cfg.

import setuptools

if __name__ == "__main__":
    setuptools.setup()