Skip to content

Commit

Permalink
ndcli: add pyproject.toml
Browse files Browse the repository at this point in the history
prepare for uploading to PyPI
  • Loading branch information
zeromind committed Aug 16, 2024
1 parent 8a78e37 commit e02d670
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 10 deletions.
34 changes: 34 additions & 0 deletions ndcli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[project]
name = "dimclient-cli"
version = "5.0.2"
maintainers = [
{ name = "zerimond" },
]
description = "DNS and IP management Python CLI client"
readme = "README.md"
dependencies = [
"dimclient",
"python-dateutil>=1.4.1",
"dnspython>=1.12.0,!=2.2.0",
]
requires-python = ">=3.6"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: System Administrators",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.optional-dependencies]
docs = [
"Sphinx~=4.4",
"hypothesis~=5.6.0",
]

[project.scripts]
ndcli = "dimcli:main"

[project.urls]
Homepage = "https://github.com/ionos-cloud/dim"
Issues = "https://github.com/ionos-cloud/dim/issues"
10 changes: 0 additions & 10 deletions ndcli/setup.py

This file was deleted.

0 comments on commit e02d670

Please sign in to comment.