Skip to content

Commit

Permalink
feat: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunc committed Feb 7, 2022
1 parent 12d0078 commit cad74be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[tool.poetry]
authors = ["Shaun Cutts <shaunc@factfiber.com>"]
description = "Prototype repo with build tools and semantic release"
description = ""
license = "See License in LICENSE"
name = "proto-semantic-release-py"
version = "0.1.1"

packages = [{include = "demo", from = "src"}]

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

[tool.poetry.dev-dependencies]
black = "^22.1.0"
Expand Down Expand Up @@ -39,7 +39,9 @@ exclude = '''
| dist
)/
'''
include = '''\.pyi?$'''
line-length = 80
target-version = ["py39"]

[tool.isort]
# make it compatible with black
Expand Down
2 changes: 2 additions & 0 deletions src/demo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "0.1.1"

a = 1 + 2

0 comments on commit cad74be

Please sign in to comment.