Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pykat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Steinlechner
pykat
Commits
538c3927
Commit
538c3927
authored
11 years ago
by
Daniel Brown
Browse files
Options
Downloads
Patches
Plain Diff
adding gui and resources to package
parent
03fa251e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
MANIFEST.in
+2
-1
2 additions, 1 deletion
MANIFEST.in
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
4 additions
and
3 deletions
MANIFEST.in
+
2
−
1
View file @
538c3927
include *.txt
include *.txt
recursive-include docs *.txt
recursive-include docs *.txt
recursive-include pykat *.svg
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
538c3927
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment