# HG changeset patch # User RhodeCode Admin # Date 2023-07-17 12:55:03 # Node ID 55b440561c5fc3e4c86c2ab67ad780aa1f93f597 # Parent 06d9c955b419c65da38d737396a19d7249a9d689 setuptools: updated setup.py diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2010-2020 RhodeCode GmbH # @@ -19,7 +18,7 @@ # and proprietary license terms, please see https://rhodecode.com/licenses/ # Import early to make sure things are patched up properly -from setuptools import setup, find_packages +from setuptools import setup, find_packages, Extension import os import re