Skip to content
Snippets Groups Projects
Commit 538c3927 authored by Daniel Brown's avatar Daniel Brown
Browse files

adding gui and resources to package

parent 03fa251e
No related branches found
No related tags found
No related merge requests found
include *.txt include *.txt
recursive-include docs *.txt recursive-include docs *.txt
recursive-include pykat *.svg
\ No newline at end of file
...@@ -9,10 +9,10 @@ from distutils.core import setup ...@@ -9,10 +9,10 @@ from distutils.core import setup
setup( setup(
name='PyKat', name='PyKat',
version='0.0', version='0.0.1',
author='Daniel Brown', author='Daniel Brown',
author_email='ddb@star.sr.bham.ac.uk', author_email='ddb@star.sr.bham.ac.uk',
packages=['pykat'], packages=['pykat','pykat.gui','pykat.gui.resources'],
url='http://pypi.python.org/pypi/PyKat/', url='http://pypi.python.org/pypi/PyKat/',
license='LICENSE.txt', license='LICENSE.txt',
description='Python interface and tools for FINESSE', description='Python interface and tools for FINESSE',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment