From d1bd5e64888a27ef255ae9f2499f51a346fb2ec8 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 26 Sep 2022 14:00:24 +0200 Subject: [builder][server][proxy] fix mistakes in packaging --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'setup.cfg') 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 -- cgit v1.2.3