|
6 | 6 |
|
7 | 7 | setup( |
8 | 8 | name="energyplus_api_helpers", |
9 | | - version="0.3", |
| 9 | + version="0.4", |
10 | 10 | packages=['energyplus_api_helpers', 'energyplus_api_helpers.demos'], |
11 | 11 | description="A set of helper classes, functions and demos, for interacting with the EnergyPlus Python API", |
12 | 12 | package_data={"energyplus_api_helpers.demos": ["*.html"]}, |
13 | 13 | include_package_data=True, |
14 | 14 | long_description=readme_contents, |
15 | 15 | long_description_content_type='text/markdown', |
16 | | - author='Edwin Lee', |
17 | | - author_email='a@a.a', |
| 16 | + author='Edwin Lee, for NREL, for the United States Department of Energy', |
18 | 17 | url='https://github.com/Myoldmopar/EnergyPlusAPIHelper', |
19 | | - license='UnlicensedForNow', |
| 18 | + license='ModifiedBSD', |
20 | 19 | install_requires=['matplotlib', 'flask', 'pysparklines', 'asciichartpy'], |
21 | 20 | # entry_points={ |
22 | 21 | # 'console_scripts': ['energyplus_api_helper=energyplus_api_helpers.runner:main_gui'] |
23 | 22 | # } |
| 23 | + classifiers=[ |
| 24 | + 'Development Status :: 4 - Beta', |
| 25 | + 'Intended Audience :: Science/Research', |
| 26 | + 'Natural Language :: English', |
| 27 | + 'Operating System :: OS Independent', |
| 28 | + 'Programming Language :: Python :: 3 :: Only', |
| 29 | + 'Topic :: Scientific/Engineering', |
| 30 | + 'Topic :: Scientific/Engineering :: Physics', |
| 31 | + 'Topic :: Utilities', |
| 32 | + ], |
| 33 | + platforms=[ |
| 34 | + 'Linux (Tested on Ubuntu)', 'MacOSX', 'Windows' |
| 35 | + ], |
| 36 | + keywords=[ |
| 37 | + 'energyplus_launch', 'ep_launch', |
| 38 | + 'EnergyPlus', 'eplus', 'Energy+', |
| 39 | + 'Building Simulation', 'Whole Building Energy Simulation', |
| 40 | + 'Heat Transfer', 'HVAC', 'Modeling', |
| 41 | + ] |
24 | 42 | ) |
0 commit comments