Show More
@@ -1,4 +1,3 b'' | |||
|
1 | # -*- coding: utf-8 -*- | |
|
2 | 1 |
|
|
3 | 2 | # Copyright (C) 2010-2020 RhodeCode GmbH |
|
4 | 3 | # |
@@ -19,7 +18,7 b'' | |||
|
19 | 18 | # and proprietary license terms, please see https://rhodecode.com/licenses/ |
|
20 | 19 | |
|
21 | 20 | # Import early to make sure things are patched up properly |
|
22 | from setuptools import setup, find_packages | |
|
21 | from setuptools import setup, find_packages, Extension | |
|
23 | 22 | |
|
24 | 23 | import os |
|
25 | 24 | import re |
General Comments 0
You need to be logged in to leave comments.
Login now