fixed package name

This commit is contained in:
Stefan Midjich 2017-11-17 22:50:30 +01:00
parent 64bee0b46d
commit 2c1fc6f0bc

View file

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