Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tBuLi committed Apr 22, 2015
1 parent b5f4197 commit 085789b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

setup(
name='symfit',
version='0.2.4',
version='0.2.5',
description='Symbolic Fitting; fitting as it should be.',
author='Martin Roelfs',
author_email='[email protected]',
packages=['symfit', 'symfit.core'],
packages=['symfit', 'symfit.core', 'symfit.tests'],
# long_description=long_description,
url='https://github.com/tBuLi/symfit', #'symfit.readthedocs.org',
license='MIT',
Expand All @@ -27,6 +27,8 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
],

# What does your project relate to?
Expand Down

0 comments on commit 085789b

Please sign in to comment.