Skip to content

Commit

Permalink
Bumped version and improved metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Mar 19, 2015
1 parent 9bc0795 commit 448aba1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion msprime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
from __future__ import print_function
from __future__ import division

__version__ = '0.1.0a1'
__version__ = '0.1.0a2'

from msprime.trees import *
20 changes: 20 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,24 @@ def parse_version(module_file):
},
install_requires=requirements,
ext_modules = [_msprime_module],
keywords = ["Coalescent simulation", "ms"],
license = "GNU LGPLv3+",
platforms = ["POSIX"],
classifiers = [
"Programming Language :: C",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Development Status :: 4 - Beta",
"Environment :: Other Environment",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Operating System :: POSIX",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Bio-Informatics",
],
)

0 comments on commit 448aba1

Please sign in to comment.