Skip to content

Commit

Permalink
stabilize the release for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
peloton committed Jun 8, 2017
1 parent c383596 commit 0d2000f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 93 deletions.
89 changes: 0 additions & 89 deletions README.rst

This file was deleted.

8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
numpy==1.12.1
matplotlib==2.0.0
scipy==0.18.1
weave==0.16.0
h5py==2.6.0
healpy==1.9.1
epehem==3.7.6.0
mpi4py==2.0.0
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,19 @@
"""
from setuptools import setup

## Give the github link inside the longdescription, and add requirements.txt
if __name__ == "__main__":
setup(name='LaFabrique',
version='0.1.10',
version='0.1.11',
author='Julien Peloton',
author_email='j.peloton@sussex.ac.uk',
url='https://github.com/JulienPeloton/LaFabrique',
download_url='https://github.com/JulienPeloton/LaFabrique/archive/0.1.10.zip',
download_url='https://github.com/JulienPeloton/LaFabrique/archive/0.1.11.zip',
install_requires=['healpy', 'h5py', 'ephem', 'weave'],
packages=['LaFabrique'],
description='Generate simulated datasets for CMB experiments',
license='GPL-3.0',
long_description='See https://github.com/JulienPeloton/LaFabrique',
keywords=['CMB', 'simulations', 'experiments'],
classifiers=[
"Programming Language :: Python :: 2",
Expand Down

0 comments on commit 0d2000f

Please sign in to comment.