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 18b0d56 commit 1543471Copy full SHA for 1543471
Dockerfile
@@ -24,6 +24,7 @@ COPY .git ${LIBRARYDIR}/.git
24
COPY setup.py ${LIBRARYDIR}
25
COPY setup.cfg ${LIBRARYDIR}
26
COPY requirements.txt ${LIBRARYDIR}
27
+COPY extras-requirements.txt ${LIBRARYDIR}
28
COPY README.md ${LIBRARYDIR}
29
COPY LICENSE ${LIBRARYDIR}
30
setup.py
@@ -33,6 +33,5 @@
33
"License :: OSI Approved :: GNU Affero General Public License v3",
34
"Operating System :: OS Independent"
35
],
36
- license="AGPL-3.0",
37
- zip_safe=False
+ license="AGPL-3.0"
38
)
0 commit comments