Skip to content

Commit

Permalink
publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshujain committed Jul 1, 2022
1 parent 7e3c575 commit bd079e6
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
[tool.poetry]
name = "py-patterns"
name = "py-patterns-util"
version = "0.1.0"
description = ""
description = "A util library for common patterns in python."
authors = ["Priyanshu Jain <[email protected]>"]
packages = [
{include = "py_patterns"}
]

include = ['LICENSE',]
license = 'MIT'
readme = 'README.md'

repository = 'https://github.com/priyanshujain/py-patterns'

keywords = [
'python',
'design-patterns',
'adapters',
]


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

0 comments on commit bd079e6

Please sign in to comment.