Skip to content

Commit

Permalink
fixed setup to show readme on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Gomez-Dans committed Sep 20, 2018
1 parent 0db674b commit 7a4de99
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
#!/usr/bin/env python

from distutils.core import setup
from distutils.core import setup, Extension
from os import path
from setuptools import setup


from os import path
this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

setup(name='gp_emulator',
version='1.6.1',
description='A Python GaussianProcess emulator software package',
version='1.6.3',
description='A Python Gaussian Process emulator software package',
classifiers=[
'Development Status :: 4 - Beta',
'Natural Language :: English',
Expand Down

0 comments on commit 7a4de99

Please sign in to comment.