Initial commit
This commit is contained in:
43
pyproject.toml
Normal file
43
pyproject.toml
Normal file
@@ -0,0 +1,43 @@
|
||||
[project]
|
||||
name = "pyrad3"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.6"
|
||||
description = "RADIUS tools"
|
||||
|
||||
readme = "README.md"
|
||||
|
||||
authors = [
|
||||
{name = "Istvan Ruzman", email = "istvan@ruzman.eu"}
|
||||
]
|
||||
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
keywords = ["authentication", "accounting", "radius"]
|
||||
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Topic :: System :: Systems Administration :: Authentication/Directory"
|
||||
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
repository = "https://github.com/pyradius/pyrad3"
|
||||
|
||||
[project.dev-dependencies]
|
||||
pytest = "^5.4"
|
||||
pytest-cov = "^2.5"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
include = '\.py'
|
||||
Reference in New Issue
Block a user