Skip to content

Commit

Permalink
changes to setup for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdawes committed Jul 16, 2015
1 parent 9471ddb commit 9bc7737
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion rubidium/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .rubidiumD2 import *
from rubidium import D1
from rubidium import D2
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from setuptools import setup

setup(name='rubidium',
version='0.1',
description='',
version='1.0',
description='Model Rubidium D1 and D2 spectra',
url='http://github.com/DawesLab/rubidium',
author='Andrew M.C. Dawes',
author_email='[email protected]',
Expand Down

0 comments on commit 9bc7737

Please sign in to comment.