Skip to content

Commit 5e66395

Browse files
committed
upd setup.py
1 parent 24ede64 commit 5e66395

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
def read(f):
1616
return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
1717

18-
install_requires = ['aiohttp>=0.14', 'mako>=1.0.0', 'aiohttp_mako',
19-
'ipaddress']
18+
install_requires = ['aiohttp>=0.14', 'mako>=1.0.0', 'aiohttp_mako']
2019
tests_require = install_requires + ['nose']
2120

2221

@@ -32,8 +31,8 @@ def read(f):
3231
'Programming Language :: Python :: 3.3',
3332
'Programming Language :: Python :: 3.4',
3433
'Topic :: Internet :: WWW/HTTP'],
35-
author='',
36-
author_email='',
34+
author="Nikolay Novik",
35+
author_email="[email protected]",
3736
url='https://github.com/jettify/aiohttp_debugtoolbar/',
3837
license='Apache 2',
3938
packages=find_packages(),

0 commit comments

Comments
 (0)