Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sah committed May 7, 2010
1 parent 682279a commit 2abb733
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
@@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
from setuptools import setup

setup(
name="monocle",
version="0.1",
description="An async programming framework with a blocking look-alike syntax",
author="Greg Hazel and Steven Hazel",
author_email="sah@awesame.org",
maintainer="Steven Hazel",
maintainer_email="sah@awesame.org",
py_modules=['monocle']
)

0 comments on commit 2abb733

Please sign in to comment.