-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated setup.py. Also included dependencies this time.
- Loading branch information
tBuLi
committed
May 3, 2015
1 parent
aab33f8
commit 73f0dbb
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name='symfit', | ||
version='0.2.5', | ||
version='0.2.6', | ||
description='Symbolic Fitting; fitting as it should be.', | ||
author='Martin Roelfs', | ||
author_email='[email protected]', | ||
|
@@ -25,7 +25,6 @@ | |
# Specify the Python versions you support here. In particular, ensure | ||
# that you indicate whether you support Python 2, Python 3 or both. | ||
'Programming Language :: Python :: 2', | ||
'Programming Language :: Python :: 2.6', | ||
'Programming Language :: Python :: 2.7', | ||
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3.4', | ||
|
@@ -34,5 +33,5 @@ | |
# What does your project relate to? | ||
keywords='fit fitting symbolic', | ||
|
||
# install_requires = ['sympy', 'numpy', 'scipy'], | ||
install_requires = ['sympy', 'numpy', 'scipy'], | ||
) |