diff options
| author | Nejc Habjan <hab.nejc@gmail.com> | 2021-01-31 11:10:41 +0100 |
|---|---|---|
| committer | Nejc Habjan <hab.nejc@gmail.com> | 2021-01-31 17:56:53 +0100 |
| commit | 4bb201b92ef0dcc14a7a9c83e5600ba5b118fc33 (patch) | |
| tree | bb6a33482b65595d372f6508974bdee7f45da935 /setup.py | |
| parent | 48cb89bad043f7e406e2358a20512653fc40556d (diff) | |
| download | gitlab-4bb201b92ef0dcc14a7a9c83e5600ba5b118fc33.tar.gz | |
feat(api,cli): make user agent configurable
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ from setuptools import find_packages def get_version(): - with open("gitlab/__init__.py") as f: + with open("gitlab/__version__.py") as f: for line in f: if line.startswith("__version__"): return eval(line.split("=")[-1]) |
