Skip to content

Commit

Permalink
Setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed May 3, 2012
1 parent d477026 commit cc1f82e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions setup.py
@@ -0,0 +1,15 @@
#!/usr/bin/env python

from distutils.core import setup

setup(name='Pint',
version='0.1',
description='Physical quantities module',
author='Hernan E. Grecco',
author_email='hernan.grecco@gmail.com',
url='https://github.com/hgrecco/pint',
packages=['pint', ],
license='BSD',
data_files=[('lib/pint/', ('pint/default_en.txt', )),]
)

0 comments on commit cc1f82e

Please sign in to comment.