Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed May 27, 2017
1 parent 53a8df0 commit 7ed688f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include *.rst
recursive-include src/alchemlyb *.gz *.bz2 *.zip *.rst *.txt
include README.rst
include LICENSE
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
from setuptools import setup, find_packages

setup(name='alchemlyb',
version='0.1.0-dev',
version='0.1.0',
description='the simple alchemistry library',
author='David Dotson',
author_email='[email protected]',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
Expand All @@ -26,6 +26,5 @@
license='BSD',
long_description=open('README.rst').read(),
tests_require = ['pytest', 'alchemtest'],
dependency_links=['http://github.com/alchemistry/alchemtest/tarball/master#egg=alchemtest-0.1.0-dev'],
install_requires=['numpy', 'pandas', 'pymbar', 'scipy', 'scikit-learn']
)

0 comments on commit 7ed688f

Please sign in to comment.