Drop the dependency to appdirs

This commit is contained in:
Jonas Malaco 2019-11-17 00:03:45 -03:00
parent 01c03be3d0
commit d1766dfeeb
4 changed files with 4 additions and 30 deletions

View File

@ -337,7 +337,7 @@ Neumaier, Kristóf Jakab, Sean Nelson, Chris Griffith, notaz, realies
and Thomas Pircher.
Depending on how it is packaged, it might also bundle copies of
python, hidapi, libusb, cython-hidapi, pyusb, docopt and appdirs.
python, hidapi, libusb, cython-hidapi, pyusb and docopt.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -7,7 +7,6 @@ liquidctl executables for Windows bundle the following projects:
- libusb-1.0
- cython-hidapi
- hidapi
- appdirs
Applicable disclaimers, original licenses, and links for the source code of
each project are provided bellow.
@ -27,7 +26,7 @@ Neumaier, Kristóf Jakab, Sean Nelson, Chris Griffith, notaz, realies
and Thomas Pircher.
Depending on how it is packaged, it might also bundle copies of
python, hidapi, libusb, cython-hidapi, pyusb, docopt and appdirs.
python, hidapi, libusb, cython-hidapi, pyusb and docopt.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -209,28 +208,3 @@ This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
================================================================================
appdirs https://github.com/ActiveState/appdirs
Copyright (c) 2010 ActiveState Software Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -58,7 +58,7 @@ Neumaier, Kristóf Jakab, Sean Nelson, Chris Griffith, notaz, realies
and Thomas Pircher.
Depending on how it is packaged, it might also bundle copies of
python, hidapi, libusb, cython-hidapi, pyusb, docopt and appdirs.
python, hidapi, libusb, cython-hidapi, pyusb and docopt.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -96,7 +96,7 @@ setuptools.setup(
'Documentation': DOC_URL,
'Changelog': CHANGES_URL,
},
install_requires=['docopt', 'pyusb', 'hidapi', 'appdirs'],
install_requires=['docopt', 'pyusb', 'hidapi'],
python_requires='>=3.6',
entry_points={
'console_scripts': [