File: setup.py

package info (click to toggle)
sphinxcontrib-httpdomain 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 696 kB
  • sloc: python: 1,390; makefile: 297
file content (5 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env python3
import setuptools

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