Skip to content

Commit

Permalink
fix tool.poetry section to build properly (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewab authored Jan 30, 2025
1 parent fa5aec0 commit 7144584
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 270 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# ref: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: universal_ddi_python_client Python package
name: universal-ddi-python-client Python package

on: [push, pull_request]

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ target/

# Goland
.idea

.openapi-generator/
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[tool.poetry]
name = "universal_ddi_python_client"
name = "universal-ddi-python-client"
version = "0.1.0"
description = "Python Client for Infoblox Universal DDI APIs"
authors = ["Infoblox"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/infobloxopen/universal-ddi-python-client"
keywords = ["Infoblox", "Universal", "DDI", "OpenAPI-Generator"]
packages = [
{ include = "**", from = "src" },
]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down
266 changes: 0 additions & 266 deletions src/.openapi-generator/FILES

This file was deleted.

1 change: 0 additions & 1 deletion src/.openapi-generator/VERSION

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ deps=-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt

commands=
pytest --cov=universal_ddi_python_client
pytest --cov=universal-ddi-python-client

0 comments on commit 7144584

Please sign in to comment.