File: setup.py

package info (click to toggle)
python-gcal-sync 7.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: python: 4,994; sh: 9; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (2)
1
2
3
4
5
"""Library for packaging the project."""

from setuptools import setup

setup()