-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from Myoldmopar/PolishingAgain
Polishing
- Loading branch information
Showing
5 changed files
with
25 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = 0.87 | ||
__version__ = 0.88 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,19 +19,30 @@ | |
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
url='https://github.com/myoldmopar/py-idd-idf', | ||
author='Edwin Lee', | ||
author_email='[email protected]', | ||
author='Edwin Lee, for NREL, for the United States Department of Energy', | ||
license='ModifiedBSD', | ||
install_requires=[], | ||
entry_points={ | ||
'console_scripts': ['energyplus_idd_idf=energyplus_iddidf.cli:main_cli'] | ||
}, | ||
classifiers=[ | ||
'Development Status :: 4 - Beta', | ||
'Intended Audience :: Science/Research', | ||
'Intended Audience :: Developers', | ||
'Topic :: Utilities', | ||
'License :: Public Domain', | ||
'Natural Language :: English', | ||
'Operating System :: OS Independent', | ||
'Programming Language :: Python', | ||
'Programming Language :: Python :: 3 :: Only', | ||
'Topic :: Scientific/Engineering', | ||
'Topic :: Scientific/Engineering :: Physics', | ||
'Topic :: Utilities', | ||
], | ||
license='UnlicensedForNow', | ||
install_requires=[], | ||
entry_points={ | ||
'console_scripts': ['energyplus_idd_idf=energyplus_iddidf.cli:main_cli'] | ||
} | ||
platforms=[ | ||
'Linux (Tested on Ubuntu)', 'MacOSX', 'Windows' | ||
], | ||
keywords=[ | ||
'energyplus_launch', 'ep_launch', | ||
'EnergyPlus', 'eplus', 'Energy+', | ||
'Building Simulation', 'Whole Building Energy Simulation', | ||
'Heat Transfer', 'HVAC', 'Modeling', | ||
] | ||
) |