Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Add ui/pyqt5 and ui/pyside2 to python package
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jun 3, 2020
1 parent e189a39 commit e59204f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions releaser
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""

RAW_VERSION = "3.7"
RAW_VERSION = "4.0"
PACKAGE_DIR = {
'guiscrcpy': [
'*', '*.*', 'resources/*', 'ui/*', 'lib/*', 'platform/*',
'theme/*', 'ux/*', 'network/*', 'settings/*',
'install/*', 'platform/windows_tools/*', 'ui/icons/*',
'ui/fonts/*', 'ui/rsrc/*', 'ui/ui/*'
'ui/fonts/*', 'ui/rsrc/*', 'ui/ui/*',
'ui/pyqt5/*', 'ui/pyside2/*'
]
}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
extras_require={'pyqt5': 'PyQt5', 'pyside2': 'PySide2'},
url="https://srevinsaju.github.io/guiscrcpy",
download_url="https://github.com/srevinsaju/guiscrcpy/archive/master.zip",
package_data={'guiscrcpy': ['*', '*.*', 'resources/*', 'ui/*', 'lib/*', 'platform/*', 'theme/*', 'ux/*', 'network/*', 'settings/*', 'install/*', 'platform/windows_tools/*', 'ui/icons/*', 'ui/fonts/*', 'ui/rsrc/*', 'ui/ui/*']}, # noqa: E501
package_data={'guiscrcpy': ['*', '*.*', 'resources/*', 'ui/*', 'lib/*', 'platform/*', 'theme/*', 'ux/*', 'network/*', 'settings/*', 'install/*', 'platform/windows_tools/*', 'ui/icons/*', 'ui/fonts/*', 'ui/rsrc/*', 'ui/ui/*', 'ui/pyqt5/*', 'ui/pyside2/*']}, # noqa: E501
include_package_data=True,
install_requires=requirements,
scripts=["scripts/guiscrcpy"],
Expand Down

0 comments on commit e59204f

Please sign in to comment.