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
Branches
No related tags found
No related merge requests found
__version__ = "0.4.3"
__version__ = "0.5"
import finesse
import components
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment