Skip to content

Commit 2a61bdd

Browse files
committed
initial commit
0 parents  commit 2a61bdd

File tree

5 files changed

+24
-0
lines changed

5 files changed

+24
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pyc

README.md

Whitespace-only changes.

patchdiff/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.1.0"

poetry.lock

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[tool.poetry]
2+
name = "patchdiff"
3+
version = "0.1.0"
4+
description = ""
5+
authors = ["Korijn van Golen <[email protected]>"]
6+
7+
[tool.poetry.dependencies]
8+
python = "^3.9"
9+
10+
[tool.poetry.dev-dependencies]
11+
12+
[build-system]
13+
requires = ["poetry-core>=1.0.0"]
14+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)