Skip to content

Commit f22e059

Browse files
committed
Updating README, version and Travis
1 parent 1da9785 commit f22e059

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: python
22
python:
33
- 2.7
4-
install:
54
script:
6-
- pip install git+git://github.com/abstractfactory/pyblish.git
5+
- pip install git+git://github.com/pyqt/python-qt5.git
76
deploy:
87
provider: pypi
98
user: mottosso

PyQt5/__init__.py

+1-1
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, 0) # Version of this release
34+
version_info = (0, 1, 1) # Version of this release
3535
version = "%s.%s.%s" % version_info
3636
__version__ = version
3737

README.md

+21-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
1-
### PyQt5 Distributed via PyPI
1+
### PyQt5 - distributed via PyPI
22

33
[![Build Status][travis]][travis_repo]
44
[![PyPI version][pypi]][pypi_repo]
55

6-
> This is not in any way related to Riverbanksoftware.
6+
### Preface
7+
8+
The goal of this project is to supply PyQt via PyPI, and that's what it does, but currently only for:
9+
10+
- Python 2.7
11+
- Windows 7+
12+
- PyQt5 5.3.2 compiled using Qt 5.3.1.
13+
14+
If you require alternative versions, [contact me][mail] or submit an issue and we'll talk about it.
15+
16+
> Note that these packages are not provided by Riverbank Computing Limited. Please do not contact them if you require help with them.
17+
18+
### Installation
19+
20+
First, make sure you have the Visual Studio C++ 2013 redistributable, available [here][redist]. Then go ahead and install it, like this:
721

822
```bash
923
# To install
1024
$ pip install python-qt5
1125
```
1226

13-
[travis]: https://travis-ci.org/pyqt/pyqt5.svg?branch=master
14-
[travis_repo]: https://travis-ci.org/pyqt/pyqt5
27+
[travis]: https://travis-ci.org/pyqt/python-qt5.svg?branch=master
28+
[travis_repo]: https://travis-ci.org/pyqt/python-qt5
1529
[pypi]: https://badge.fury.io/py/python-qt5.svg
16-
[pypi_repo]: http://badge.fury.io/py/pyqt5
30+
[pypi_repo]: http://badge.fury.io/py/python-qt5
31+
[redist]: http://www.microsoft.com/en-us/download/details.aspx?id=40784
32+
[mail]: mailto:marcus@abstractfactory.io

0 commit comments

Comments
 (0)