David Yu Yang
6120eb5d1b
Update list of supported versions in setup.cfg
...
Matching the versions of python used in CI
2021-09-10 10:38:15 +02:00
Eli Schwartz
1b8bfe7bcb
setup.cfg: migrate setup_requires from python code to declarative config
2021-09-09 01:55:32 -04:00
Eli Schwartz
f3164e5a66
setup.cfg: directly specify needed install requirements
...
Do not rely on running pip to install dependencies, which e.g. distros cannot
do. Instead let this be specified directly as package metadata.
While we are at it, stop actually running pip install if DESTDIR is set, since
this is a fairly likely sign that guake is being installed in a distro
environment where pip install is not allowed.
2021-09-09 01:55:31 -04:00
Eli Schwartz
ef841953db
setup.cfg: migrate some options off of pbr
...
setuptools natively supports declarative setup.cfg for a long time now, so there's no need to
specify this in pbr when it can be done in a more stock manner
2021-09-09 00:30:23 -04:00
Eli Schwartz
054778fbfd
setup.cfg: remove obsolete line that does nothing
2021-09-09 00:29:25 -04:00
David Yu Yang
a38b47c97c
fix: Get CI to pass
2021-09-07 11:17:27 +02:00
Pierre-Yves Chibon
cba954fbc2
Fix the license classifier in setup.cfg, guake is GPLv2+
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-06-21 17:38:40 +02:00
Gaetan Semet
5290e8082f
lowercase Guake package name
2019-05-15 13:34:07 +02:00
Gaetan Semet
86995359b2
validate pip install guake
...
fix #1328
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2018-06-21 01:10:32 +02:00
Gaetan Semet
150a3a77f9
add guake-toggle command
...
to call dbus message directly
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2018-06-06 07:28:34 +02:00
Gaetan Semet
1c1d05c12f
adding COPYING file in setup.cfg
2018-02-16 23:34:22 +01:00
Gaetan Semet
25a808c2f5
python 3.5 and 3.6
2018-01-02 22:52:30 +01:00
Mario Aichinger
905366efb0
update metadata in config.cfg
2017-12-29 19:29:13 +01:00
Mario Aichinger
003d3c161c
move the data directory into the guake directory to simplify building packages
2017-12-29 18:04:01 +01:00
Mario Aichinger
46c5a45f47
fix entry point in setup.cfg (main -> exec_main)
2017-11-18 09:31:26 +01:00
Gaetan Semet
089d72aab3
Use pipenv, pbr
...
Cleaner setup.py
Move src to 'guake'
Dev Dependencies: fiximport, yapf, pylint, autopep8,...
2017-10-19 17:57:37 +02:00