Skip to content

Commit

Permalink
Include basic python metadata files
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Nov 27, 2024
1 parent 2a070f8 commit ccf062b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build-system]
build-backend = 'setuptools.build_meta'
requires = [
'setuptools',
]
10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[metadata]
name = releasepy
version = 0.0.1

[options]
install_requires =
urllib3 >= 1.26.0
argcomplete >= 1.8.0

packages = find:

0 comments on commit ccf062b

Please sign in to comment.