File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 40
40
python3 -m venv .venv
41
41
. .venv/bin/activate
42
42
pip install --upgrade pip
43
- pip install .[test,publish]
43
+ pip install .[ui, test,publish]
44
44
45
45
# run tests!
46
46
- run :
Original file line number Diff line number Diff line change 11
11
README_CONTENTS = fp .read ()
12
12
13
13
install_requires = [
14
- 'pyQt5' ,
15
14
'matplotlib' ,
16
15
'jinja2' ,
17
16
'pandas' ,
30
29
31
30
extras_require = {
32
31
'test' : tests_require ,
33
- 'publish' : ['twine' ]
32
+ 'publish' : ['twine' ],
33
+ 'ui' : ['pyqt5' ]
34
34
}
35
35
36
36
setup (
42
42
cmdclass = versioneer .get_cmdclass (),
43
43
license = 'GPLv3' ,
44
44
version = versioneer .get_version (),
45
- author = 'Simmovation Ltd' ,
46
- author_email = 'info@simmovation .tech' ,
47
- url = 'https://github.com/Simmovation /pyqttoolkit' ,
45
+ author = 'Bitbloom Ltd' ,
46
+ author_email = 'info@bitbloom .tech' ,
47
+ url = 'https://github.com/BitBloomTech /pyqttoolkit' ,
48
48
platforms = 'any' ,
49
49
description = 'A toolkit for PyQt 5' ,
50
50
long_description = README_CONTENTS ,
You can’t perform that action at this time.
0 commit comments