Skip to content

Commit

Permalink
More poetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jul 5, 2021
1 parent 0e7fd9a commit b740924
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 83 deletions.
3 changes: 0 additions & 3 deletions setup.cfg → .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[bdist_wheel]
universal = 1

[flake8]
max-line-length = 88
ignore = E203, W503
20 changes: 19 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
[tool.poetry]
name = "fido2"
version = "1.0.0-dev0"
description = ""
description = "FIDO2/WebAuthn library for implementing clients and servers."
authors = ["Dain Nilsson <[email protected]>"]
homepage = "https://github.com/Yubico/python-fido2"
repository = "https://github.com/Yubico/python-fido2"
keywords = ["fido2", "webauthn", "ctap", "u2f"]
classifiers = [
"License :: OSI Approved :: BSD License",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Topic :: Internet",
"Topic :: Security :: Cryptography",
"Topic :: Software Development :: Libraries :: Python Modules"
]
include = ["COPYING", "COPYING.MPLv2", "COPYING.APLv2", "NEWS", "README.adoc"]

[tool.poetry.dependencies]
python = "^3.6"
Expand Down
79 changes: 0 additions & 79 deletions setup.py

This file was deleted.

0 comments on commit b740924

Please sign in to comment.