Skip to content

Commit

Permalink
Merge pull request #490 from albertodonato/release-2.3.1
Browse files Browse the repository at this point in the history
Release 2.3.1
  • Loading branch information
albertodonato committed Nov 3, 2021
2 parents a321990 + 36ae1ad commit 99496c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
steps:
- name: Repository checkout
uses: actions/checkout@v2
Expand Down
18 changes: 5 additions & 13 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pylxd
version = 2.3.1a
version = 2.3.1
description = python library for LXD
long_description = file: README.rst
author = Paul Hummer and others (see CONTRIBUTORS.rst)
Expand All @@ -11,11 +11,7 @@ classifier =
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8

[options]
python_requires = >= 3.6
Expand Down Expand Up @@ -43,24 +39,20 @@ format =
isort == 5.6.4
check =
mypy
# add type stubs for libs
types-requests
types-pkg_resources
types-python-dateutil
doc =
Sphinx

[flake8]
show-source = True
ignore = E203, E266, E501, W503, W504
builtins = _
exclude = .venv,.git,.tox,dist,doc,*egg,build
exclude = .git, .tox, dist, doc, *egg, build

[mypy]
incremental = False
ignore_missing_imports = True
install_types = True
non_interactive = True
warn_return_any = True
warn_unused_configs = True
ignore_missing_imports = True

[build_sphinx]
source-dir = doc/source
Expand Down

0 comments on commit 99496c0

Please sign in to comment.