Skip to content

Commit

Permalink
Added setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tehmaze committed Feb 23, 2014
1 parent ec8e2ae commit 6fea231
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env python

from distutils.core import setup

setup(
name='dbproc',
version='3.11',
description='Mappings for easy access to (database) stored procedures in Python',
author='Wijnand Modderman-Lenstra',
author_email='maze@pyth0n.org',
url='https://github.com/tehmaze/dbproc/',
packages=[
'dbproc',
'dbproc/backend',
],
)

0 comments on commit 6fea231

Please sign in to comment.