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

adding greedy point files to setup

parent f7752dd9
No related branches found
No related tags found
No related merge requests found
__version__ = "0.4.3" __version__ = "0.5"
import finesse import finesse
import components import components
......
...@@ -19,5 +19,7 @@ setup( ...@@ -19,5 +19,7 @@ setup(
license='GPL v2', license='GPL v2',
description='Python interface and tools for FINESSE', description='Python interface and tools for FINESSE',
long_description=open('README.rst').read(), 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment