-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove version name from EEP.xml filename.
The versioning follows the official, public version of 'EnOcean Equipment Profiles' documentation, and should be checked regularly. The public documentation can be found at https://www.enocean.com/en/knowledge-base/
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setup( | ||
name='enocean', | ||
version='0.30', | ||
version='0.31', | ||
description='EnOcean serial protocol implementation', | ||
author='Kimmo Huoman', | ||
author_email='[email protected]', | ||
|
@@ -20,7 +20,7 @@ | |
'examples/enocean_example.py', | ||
], | ||
package_data={ | ||
'': ['EEP_2.6.1.xml'] | ||
'': ['EEP.xml'] | ||
}, | ||
install_requires=[ | ||
'enum-compat>=0.0.2', | ||
|