We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab2304 commit a0d945bCopy full SHA for a0d945b
pyproject.toml
@@ -1,15 +1,15 @@
1
[tool.poetry]
2
name = "aoc-python-cli"
3
-version = "0.0.1"
4
-description = "Solution of Advent of Code in Python"
+version = "0.1.0"
+description = "Advent of Code Python scaffolding/running/submitting CLI"
5
authors = [
6
"nekeal <[email protected]>",
7
]
8
license = "MIT"
9
readme = "README.md"
10
11
-homepage = "https://nekeal.github.io/advent-of-code"
12
-repository = "https://github.com/nekeal/advent-of-code"
+homepage = "https://nekeal.github.io/advent-of-code-python-cli"
+repository = "https://github.com/nekeal/advent-of-code-python-cli"
13
14
classifiers = [
15
"Intended Audience :: Developers",
0 commit comments