Skip to content

Commit ccf062b

Browse files
committed
Include basic python metadata files
Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
1 parent 2a070f8 commit ccf062b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build-system]
2+
build-backend = 'setuptools.build_meta'
3+
requires = [
4+
'setuptools',
5+
]

setup.cfg

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[metadata]
2+
name = releasepy
3+
version = 0.0.1
4+
5+
[options]
6+
install_requires =
7+
urllib3 >= 1.26.0
8+
argcomplete >= 1.8.0
9+
10+
packages = find:

0 commit comments

Comments
 (0)