File: setup.py

package info (click to toggle)
cycle 0.3.1-11
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 796 kB
  • ctags: 1,090
  • sloc: python: 1,917; makefile: 53
file content (13 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env python

from distutils.core import setup

setup (name = "cycle",
       version = "0.3.1",
       description = "Calendar for women",
       author = "Oleg Gints",
       author_email = "altgo@users.sourceforge.net",
       url = "http://cycle.sourceforge.net",
       py_modules = ['cycle'],
      )