Skip to content

Commit 7234257

Browse files
committed
Update setup options for PyPi
1 parent 61e81f5 commit 7234257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DockerENT/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""DockerENT - Runtime Docker scanning framework."""
22

3-
__version__ = '0.1.4'
3+
__version__ = '0.1.5'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Operating System :: OS Independent",
2323
],
2424
python_requires='>=3.7',
25-
install_required=_requires,
25+
install_requires=_requires,
2626
entry_points={
2727
'console_scripts': {
2828
'DockerENT = DockerENT.__main__:start'

0 commit comments

Comments
 (0)