File: setup.py

package info (click to toggle)
cycle 0.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 572 kB
  • sloc: python: 1,987; makefile: 23
file content (12 lines) | stat: -rw-r--r-- 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python

from distutils.core import setup

setup(name="cycle",
      version="0.3.3",
      description="Calendar for women",
      author="Konstantin L. Metlov",
      author_email="metlov@donfti.ru",
      url="https://github.com/metlov/cycle",
      py_modules=['cycle'],
      )