File: setup.py

package info (click to toggle)
intel-cmt-cat 25.04-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,732 kB
  • sloc: ansic: 52,004; python: 11,324; makefile: 2,201; perl: 1,165; javascript: 37; sh: 23
file content (4 lines) | stat: -rwxr-xr-x 113 bytes parent folder | download | duplicates (6)
1
2
3
4
from setuptools import setup

if __name__ == '__main__':
    setup(url="https://github.com/intel/intel-cmt-cat")