File: setup.py

package info (click to toggle)
pastescript 3.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 784 kB
  • sloc: python: 5,212; sh: 65; makefile: 61
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
from setuptools import setup, find_packages

setup(
    name='FakePlugin',
    version='0.1',
    packages=find_packages())