Skip to content

Commit

Permalink
Add manifest to include idd, increment version, are we done?
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jan 29, 2017
1 parent ad2e68c commit fc2ebe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include eptransition *.idf *.idd
2 changes: 1 addition & 1 deletion eptransition/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__name__ = "EPTransition"
__version__ = 0.92
__version__ = 0.95
__description__ = "This tool is used to transition EnergyPlus input files between versions"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def my_test_suite():
],
keywords='cli energyplus',
packages=setuptools.find_packages(exclude=['test', 'test.*', '.tox']),
include_package_data=True,
install_requires=[],
extras_require={
'test': ['coverage', 'unittest', 'coveralls'],
Expand Down

0 comments on commit fc2ebe9

Please sign in to comment.