File: setup.py

package info (click to toggle)
python-catalogue 2.1.0%2Breally2.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: python: 630; sh: 13; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/env python

if __name__ == "__main__":
    from setuptools import setup, find_packages

    setup(name="catalogue", packages=find_packages())