We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce96bd commit 26cca2bCopy full SHA for 26cca2b
Dockerfile
@@ -0,0 +1,14 @@
1
+FROM python:3.9-alpine
2
+
3
+RUN apk add --no-cache gcc musl-dev libffi-dev python3-dev openssl openssl-dev
4
5
+WORKDIR /usr/src/app
6
7
+ENV PYTHONDONTWRITEBYTECODE 1
8
+ENV PYTHONUNBUFFERED 1
9
10
+RUN pip install --upgrade setuptools wheel pip twine tox
11
12
+COPY . .
13
14
+CMD tox -e py39
setup.py
@@ -10,7 +10,7 @@
setup(
name="python-optimus",
- version="1.0.0",
+ version="1.0.1",
author="Abdullah Diab",
15
author_email="[email protected]",
16
maintainer="Abdullah Diab",
0 commit comments