File: setup.py

package info (click to toggle)
plastex 3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,136 kB
  • sloc: python: 23,341; xml: 18,076; javascript: 7,755; ansic: 46; makefile: 40; sh: 26
file content (6 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/env python3

from setuptools import setup

if __name__ == "__main__":
    setup()