diff --git a/MANIFEST.in b/MANIFEST.in index 35d662157a671d0c156ee59b5d1ec532c28865d1..ff46a59a509b31c7a1869ca2f6abdb681df92e28 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 7942fe86b1ee8f042da7d4d663515b9a2c448c66..531a5af285b93c3c1fb914a8acac423b1f6017f0 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',