Skip to content

Commit 0d7abe8

Browse files
committed
use setuptools
1 parent 20a7b0c commit 0d7abe8

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

setup.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
import os
2-
from distutils.core import setup
3-
4-
about = {}
5-
here = os.path.abspath(os.path.dirname(__file__))
6-
with open(os.path.join(here,'gwh', '__version__.py'), encoding='utf-8') as f:
7-
exec(f.read(), about)
2+
from setuptools import setup
83

94
setup(
10-
name=about['__title__'],
11-
version=about['__version__'],
5+
name="Gitlab Webook Handler",
126
author='Andy Hebrank',
137
author_email='ahebrank@gmail.com',
148
packages=['gwh'],

0 commit comments

Comments
 (0)