Skip to content

Commit

Permalink
Create setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey committed Aug 22, 2018
1 parent f9bb012 commit f808d48
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env python

from setuptools import setup

setup(name='RAIL',
version='0.1',
description='Risk Assessment Library',
author='David Bailey',
author_email='david@davidabailey.com',
url='https://github.com/davidbailey/rail',
packages=['rail'],
license='MIT License',
install_requires=['numpy', 'pandas', 'matplotlib', 'scipy']
)

0 comments on commit f808d48

Please sign in to comment.