File: setup.py

package info (click to toggle)
flexcache 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: python: 584; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/usr/bin/env python3
from setuptools import setup

if __name__ == "__main__":
    setup()