Skip to content

Commit c9eac64

Browse files
committed
Support poetry build
This allows for building and publishing via poerty. Authors is a required field, and a module with a different name to the main class needs a python file with the same name.
1 parent 67b3edf commit c9eac64

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "pysnyk"
33
version = "0.1.0"
44
description = "A Python client for the Snyk API"
5+
authors = []
56
license = "MIT"
67

78
[tool.poetry.dependencies]

pysnyk.py

Whitespace-only changes.

0 commit comments

Comments
 (0)