Fix some small linting issues. (#41)

* fix some linting

* add tests

* update versions

* update setup
This commit is contained in:
Talley Lambert
2021-11-21 19:09:34 -05:00
committed by GitHub
parent 789b98f892
commit d7afa8824c
5 changed files with 78 additions and 37 deletions

View File

@@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Topic :: Desktop Environment
Topic :: Software Development
@@ -40,7 +41,7 @@ include_package_data = True
package_dir =
=src
setup_requires =
setuptools_scm
setuptools-scm
zip_safe = False
[options.packages.find]