From 085789b2f15f4d950553ede57ff33d1f6afc5591 Mon Sep 17 00:00:00 2001 From: tBuLi Date: Wed, 22 Apr 2015 18:35:13 +0200 Subject: [PATCH] Updated setup.py --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 505d7be5..4f159c03 100644 --- a/setup.py +++ b/setup.py @@ -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='m.roelfs@rug.nl', - 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', @@ -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?