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
65dd5cf3
Commit
65dd5cf3
authored
10 years ago
by
Daniel Brown
Browse files
Options
Downloads
Patches
Plain Diff
adding greedy point files to setup
parent
f7752dd9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pykat/__init__.py
+1
-1
1 addition, 1 deletion
pykat/__init__.py
setup.py
+3
-1
3 additions, 1 deletion
setup.py
with
4 additions
and
2 deletions
pykat/__init__.py
+
1
−
1
View file @
65dd5cf3
__version__
=
"
0.
4.3
"
__version__
=
"
0.
5
"
import
finesse
import
components
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
1
View file @
65dd5cf3
...
...
@@ -19,5 +19,7 @@ setup(
license
=
'
GPL v2
'
,
description
=
'
Python interface and tools for FINESSE
'
,
long_description
=
open
(
'
README.rst
'
).
read
(),
install_requires
=
REQUIREMENTS
install_requires
=
REQUIREMENTS
,
package_data
=
{
''
:
[
'
utilities/greedypoints/*.txt
'
]},
include_package_data
=
True
)
\ No newline at end of file
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