Skip to content

Commit

Permalink
Add tables explicitly as namespaced packages (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhoey committed Apr 23, 2024
1 parent 0b352f0 commit ee8d1a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

import sys
from setuptools import setup, find_packages
from setuptools import setup
from pathlib import Path


Expand Down Expand Up @@ -33,7 +33,8 @@
author_email='johan.vandewauw@inbo.be',
license='MIT',
install_requires=requirements,
packages=['niche_vlaanderen'],
packages=["niche_vlaanderen", "niche_vlaanderen.system_tables",
"niche_vlaanderen.system_tables.flooding"],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit ee8d1a8

Please sign in to comment.