File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
FARMS version number
3
3
"""
4
4
5
- __version__ = "1.0.0 "
5
+ __version__ = "1.0.1 "
Original file line number Diff line number Diff line change @@ -54,17 +54,18 @@ def run(self):
54
54
url = "https://github.com/NREL/farms" ,
55
55
packages = find_packages (),
56
56
package_dir = {"farms" : "farms" },
57
+ package_data = {'farms' : ['earth_periodic_terms.csv' ,
58
+ 'sun_earth_radius_vector.csv' ]},
57
59
include_package_data = True ,
58
60
license = "BSD 3-Clause" ,
59
61
zip_safe = False ,
60
62
keywords = "farms" ,
61
- python_requires = '>=3.6 ' ,
63
+ python_requires = '>=3.7 ' ,
62
64
classifiers = [
63
65
"Development Status :: 4 - Beta" ,
64
66
"Intended Audience :: Science/Research" ,
65
67
"License :: OSI Approved :: BSD License" ,
66
68
"Natural Language :: English" ,
67
- "Programming Language :: Python :: 3.6" ,
68
69
"Programming Language :: Python :: 3.7" ,
69
70
"Programming Language :: Python :: 3.8" ,
70
71
"Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments