Skip to content

Commit

Permalink
Change project structure for proper build
Browse files Browse the repository at this point in the history
  • Loading branch information
norkator committed Jun 26, 2021
1 parent 1fc4123 commit f149eed
Show file tree
Hide file tree
Showing 26 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
setup(
name='nx100_remote_control',
packages=[
'nx100_remote_control',
'nx100_remote_control.module',
'nx100_remote_control.objects'
],
package_dir={'': 'nx100_remote_control'},
package_dir={'': 'src'},
include_package_data=True,
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f149eed

Please sign in to comment.