File: setup.py

package info (click to toggle)
python-spdx-tools 0.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,080 kB
  • sloc: python: 18,676; xml: 12,553; sh: 46; makefile: 6
file content (6 lines) | stat: -rwxr-xr-x 88 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/python

from setuptools import setup

if __name__ == "__main__":
    setup()