Skip to content

Commit

Permalink
moving device templates to /usr/local/
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-pGuo committed Nov 25, 2024
1 parent a2294fe commit 1481cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
class CustomInstall(install): # pylint: disable='missing-class-docstring
def run(self):
shutil.copytree('./src/rs232_to_pdu/devices/',
'/usr/share/rs232-to-pdu/devices/',
'/usr/local/rs232-to-pdu/devices/',
dirs_exist_ok=True)

super().run()

with open('README.md', encoding='utf-8') as readme:
setup(
name='rs232-to-pdu',
version='1.1.6',
version='1.1.7',
author='InkBridge Networks',

package_dir={'': 'src'},
Expand Down

0 comments on commit 1481cf7

Please sign in to comment.