This commit is contained in:
parent
005c0af0bf
commit
703574f8c1
2 changed files with 2 additions and 3 deletions
|
@ -2,4 +2,3 @@ oss2
|
|||
notify2
|
||||
dbus-python
|
||||
PyQt5
|
||||
json
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
from glob import glob
|
||||
|
||||
VERSION = "0.1"
|
||||
INSTALL = ["oss2", "notify2", "dbus-python", "PyQt5", "json"]
|
||||
INSTALL = ["oss2", "notify2", "dbus-python", "PyQt5"]
|
||||
setup(
|
||||
name="PyQtPicUpload",
|
||||
version=VERSION,
|
||||
|
|
Loading…
Reference in a new issue