Commit 2ea1a63a authored by Marc-Andre Santune's avatar Marc-Andre Santune
Browse files

add package building_dao

parent 9e0179d4
from .building_generic import BuildingGeneric
\ No newline at end of file
......@@ -11,7 +11,7 @@ setup(
author="Marc-André SANTUNE",
author_email="marc-andre.santune@earthlab.lu",
description="Library for retrieving / uploading building information",
packages=[],
packages=["building_dao"],
zip_safe=False,
keywords="dao bkc building-knowledge-centre building",
include_package_data=True,
......@@ -20,7 +20,5 @@ setup(
classifiers=[
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
],
)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment