Skip to content

Commit

Permalink
Add pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ak9999 committed Mar 28, 2021
1 parent 2f13da8 commit 9014443
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[project]
name = "ninjarmmpy"
version = "0.2.0"
description = "Unofficial API client wrapper around v2 of the NinjaRMM API"
authors = "Abdullah 'AJ' Khan <aj@ajkhan.me>"
readme = "README.md"
python = "^3.7"
respository = "https://github.com/ak9999/ninjarmmpy"
documentation = "https://app.ninjarmm.com/apidocs/"

keywords = ["NinjaRMM", "API Client"]

classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Topic :: NinjaRMM"
]

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"

0 comments on commit 9014443

Please # to comment.