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 0c01637 commit a45fd38Copy full SHA for a45fd38
README.md
@@ -22,5 +22,5 @@ python3 -m pip wheel .
22
Then the wheel file can be uploaded to PyPi with:
23
24
```bash
25
-twine upload --skip-existing dist/*
+twine upload --skip-existing python_code_parse-*.whl
26
```
pyproject.toml
@@ -7,7 +7,7 @@ name = "python_code_parse"
7
authors = [
8
{name = "Jake Cyr", email = "cyrjake@gmail.com"},
9
]
10
-version = "0.0.1"
+version = "0.0.2"
11
description = "Parse code to get information about functions, etc."
12
readme = "README.md"
13
requires-python = ">=3.7"
0 commit comments