[project] name = "device-manager-radius-client" version = "1.0.0" authors = [ { name = "University of Georgia Manufacturing Living Labs", email = "cengr-manufacturing@uga.edu" } ] description = "Standalone FreeRADIUS module for remote Frappe Device Manager integration" requires-python = ">=3.10" readme = "README.md" license = { text = "MIT" } keywords = ["radius", "freeradius", "device-manager", "frappe", "authentication", "network"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Topic :: System :: Systems Administration :: Authentication/Directory", ] [build-system] requires = ["flit_core >=3.4,<4"] build-backend = "flit_core.buildapi" [project.urls] Homepage = "https://github.com/yourusername/device_manager" Documentation = "https://github.com/yourusername/device_manager/tree/main/radius_client" Repository = "https://github.com/yourusername/device_manager"