From 538c3927f72290ebbce46cb87e4646c447a62fe8 Mon Sep 17 00:00:00 2001 From: Daniel Brown <ddb@star.sr.bham.ac.uk> Date: Tue, 23 Jul 2013 17:23:13 +0100 Subject: [PATCH] adding gui and resources to package --- MANIFEST.in | 3 ++- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 35d6621..ff46a59 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include *.txt -recursive-include docs *.txt \ No newline at end of file +recursive-include docs *.txt +recursive-include pykat *.svg \ No newline at end of file diff --git a/setup.py b/setup.py index 7942fe8..531a5af 100644 --- a/setup.py +++ b/setup.py @@ -9,10 +9,10 @@ from distutils.core import setup setup( name='PyKat', - version='0.0', + version='0.0.1', author='Daniel Brown', author_email='ddb@star.sr.bham.ac.uk', - packages=['pykat'], + packages=['pykat','pykat.gui','pykat.gui.resources'], url='http://pypi.python.org/pypi/PyKat/', license='LICENSE.txt', description='Python interface and tools for FINESSE', -- GitLab