Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[build-system]
requires = ["setuptools>=77.0.3"]
build-backend = "setuptools.build_meta"

[project]
name = "nut2"
version = "2.1.2a1"
description = "A Python abstraction class to access NUT servers."
readme = "README.rst"
requires-python = ">=3"
license = "GPL-3.0-or-later"
license-files = ["LICENSE"]
keywords = ['nut', 'ups']
authors = [
{email = "python@rshipp.com", name = "Ryan Shipp"}
]
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries",
"Topic :: System :: Power (UPS)",
"Topic :: System :: Systems Administration",
]
36 changes: 0 additions & 36 deletions setup.py

This file was deleted.

Loading