We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a070f8 commit ccf062bCopy full SHA for ccf062b
pyproject.toml
@@ -0,0 +1,5 @@
1
+[build-system]
2
+build-backend = 'setuptools.build_meta'
3
+requires = [
4
+ 'setuptools',
5
+]
setup.cfg
@@ -0,0 +1,10 @@
+[metadata]
+name = releasepy
+version = 0.0.1
+
+[options]
6
+install_requires =
7
+ urllib3 >= 1.26.0
8
+ argcomplete >= 1.8.0
9
10
+packages = find:
0 commit comments