Skip to content

Commit

Permalink
feat: updated to align with NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
dveldhoen committed Jan 30, 2024
1 parent c561cad commit 67e139b
Show file tree
Hide file tree
Showing 6 changed files with 714 additions and 56 deletions.
21 changes: 21 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
requests = "*"

[dev-packages]
twine = "*"
wheel = "*"
setuptools = "*"

[requires]
python_version = "3.11"

[scripts]
build = "python3 setup.py sdist bdist_wheel"
publish-test = "python3 -m twine upload --repository testpypi dist/*"
publish-prod = "python3 -m twine upload dist/*"

440 changes: 440 additions & 0 deletions Pipfile.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 67e139b

Please sign in to comment.