fixed package name

This commit is contained in:
Stefan Midjich 2017-11-17 22:50:30 +01:00
parent 64bee0b46d
commit 2c1fc6f0bc
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
from setuptools import setup, find_packages
setup(
name="CaptivePortal",
name="portalclientlib",
version="0.1",
description="Captive Portal webpage",
description="Captive Portal client lib",
author="Stefan Midjich",
packages=find_packages(),
packages=['portalclientlib'],
install_requires=[
'rq',
'bottle',