Skip to content

Commit 0ca83da

Browse files
committed
feat: align
1 parent bac4582 commit 0ca83da

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

setup.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
import os
2-
from setuptools import setup
1+
import setuptools
32

4-
setup(name='python-fritzbox',
5-
version='0.3',
3+
setuptools.setup(name='python-fritzbox',
4+
version='0.4',
65
description='Automate the Fritz!Box with python',
76
url='https://github.com/pamapa/python-fritzbox',
87
author='Patrick Ammann',
98
author_email='[email protected]',
109
license='GNU',
11-
packages=['fritzbox', 'tools'],
10+
packages=['fritzbox'],
1211
zip_safe=False,
1312
scripts=[
14-
os.path.join('tools', 'fritzboxphonebook.py'),
15-
os.path.join('tools', 'fritzboxktipp.py'),
13+
'fritzboxphonebook.py',
14+
'fritzboxktipp.py',
1615
]
1716
)
18-

0 commit comments

Comments
 (0)