Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
peterb154 committed Nov 9, 2023
0 parents commit 636b371
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
Empty file added README.md
Empty file.
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[tool.poetry]
name = "dcs-grpc-python-bindings"
version = "0.1.0"
description = ""
authors = ["Brian Peterson <[email protected]>"]
readme = "README.md"
packages = [{include = "dcs_grpc_python_bindings"}]

[tool.poetry.dependencies]
python = "^3.9"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 636b371

Please sign in to comment.