Skip to content

Commit

Permalink
added setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsalimbeni committed Jan 22, 2018
1 parent 9ffd477 commit 3e96455
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.py
@@ -0,0 +1,11 @@
from setuptools import setup

setup(name='Doubly-Stochastic-DGP',
version='1.0',
author="Hugh Salimbeni",
author_email="hrs13@ic.ac.uk",
license="Apache License 2.0",
packages=["doubly_stochastic_dgp"],
classifiers=['License :: OSI Approved :: Apache Software License']
)

0 comments on commit 3e96455

Please sign in to comment.