Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #123 from dstansby/v0.1b1
Browse files Browse the repository at this point in the history
V0.1b1 updates
  • Loading branch information
dstansby authored Mar 31, 2017
2 parents cda217a + 5a3a5d2 commit 8582a04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ doc/build*
doc/Makefile
heliopy.egg-info*
*.DS_Store*
build/*
dist/*
4 changes: 1 addition & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
recursive-include heliopy *.py

include setup.py
include README.md
include heliopy/data/heliopyrc
include heliopy/heliopyrc
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
from setuptools import setup

setup(name='heliopy',
version='0.1',
version='0.1b1',
description='Python for Space Physics',
url='https://github.com/dstansby/heliopy',
url='https://github.com/heliopy/heliopy',
author='David Stansby',
author_email='dstansby@gmail.com',
license='GPL-3.0',
classifiers=['Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Science/Research',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Physics'],
include_package_data=True,
install_requires=['numpy',
'scipy',
Expand Down

0 comments on commit 8582a04

Please sign in to comment.