aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-09-26 14:00:24 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-28 14:03:18 +0200
commitd1bd5e64888a27ef255ae9f2499f51a346fb2ec8 (patch)
tree8fb1490eac8f09960a4160eba58aeacfc8ca76ea
parent9666e30246f5b5f7ae8ba5d739f46a3777ad3a22 (diff)
downloadhaketilo-hydrilla-d1bd5e64888a27ef255ae9f2499f51a346fb2ec8.tar.gz
haketilo-hydrilla-d1bd5e64888a27ef255ae9f2499f51a346fb2ec8.zip
[builder][server][proxy] fix mistakes in packaging
-rw-r--r--MANIFEST.in2
-rw-r--r--setup.cfg8
2 files changed, 5 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 26efb4d..b87a980 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -10,4 +10,4 @@ include src/hydrilla/locales/*/LC_MESSAGES/messages.po
include tests/source-package-example/*
include tests/source-package-example/LICENSES/*
include tests/source-package-example/.reuse/*
-global-exclude .git .gitignore .gitmodules
+global-exclude .git .gitignore .gitmodules *.mo \ No newline at end of file
diff --git a/setup.cfg b/setup.cfg
index a2279f9..442c154 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,23 +39,23 @@ python_requires = >= 3.7
install_requires =
jsonschema>=3.0
click
- immutables
+ immutables>=0.16
[options.package_data]
hydrilla =
- locales/*/LC_MESSAGES/hydrilla-messages.mo
+ locales/*/LC_MESSAGES/messages.mo
py.typed
[options.extras_require]
test = pytest; flask
setup = setuptools_scm; babel
-builder =
+builder = gnupg
server = flask
haketilo = flask; itsdangerous; mitmproxy; beautifulsoup4[html5lib]
SPDX = reuse
-all = reuse; flask; mitmproxy; beautifulsoup4
+all = reuse; flask; mitmproxy; beautifulsoup4[html5lib]; gnupg
[options.packages.find]
where = src