File: setup.py

package info (click to toggle)
scrape-schema-recipe 0.2.0-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 1,416 kB
  • sloc: python: 544; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 97 bytes parent folder | download
1
2
3
4
from setuptools import setup

# all the setup configuration is in the setup.cfg file
setup()