Skip to content

Commit d540544

Browse files
committed
Initial working source distribution (Windows only)
1 parent 4375473 commit d540544

File tree

12 files changed

+17
-236
lines changed

12 files changed

+17
-236
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ script:
77
deploy:
88
provider: pypi
99
user: mottosso
10-
distributions: "bdist_wininst"
10+
distributions: "sdist"
1111
password:
1212
secure: c2n8K185Yz8u7y4zeqmZC+lkGIRqWJubHi/3SVdelQF+rgCUbbCg25B4TTAM0r1ESReuLixjVpU2UmuJ8LonmUsCicnBA0gbWfTfkIMICVZ+0+s3WYnlIAaO0rYj581vVwTXC/iN8nRepcjsczA0HThRp3lILB7ZjNxLRYivFRY=
1313
on:

PyQt5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = plugin_path
3232

3333
# Expose versions
34-
version_info = (0, 1, 4) # Version of this release
34+
version_info = (0, 1, 0) # Version of this release
3535
version = "%s.%s.%s" % version_info
3636
__version__ = version
3737

PyQt5/uic/port_v3/__init__.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

PyQt5/uic/port_v3/as_string.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

PyQt5/uic/port_v3/ascii_upper.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

PyQt5/uic/port_v3/invoke.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

PyQt5/uic/port_v3/load_plugin.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

PyQt5/uic/port_v3/proxy_base.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

PyQt5/uic/port_v3/string_io.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
> This is not in any way related to Riverbanksoftware.
44
5-
This is not yet a working copy, but below are instructions for its intended usage.
6-
75
```bash
86
# To install
97
$ pip install pypiqt5

0 commit comments

Comments
 (0)