Skip to content
Snippets Groups Projects
Commit a55044f2 authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

convert package into a namespace package

parent e5fa2509
No related branches found
No related tags found
No related merge requests found
from setuptools import setup, find_packages
from setuptools import setup
from pkg_resources import parse_version # part of `setuptools`
from glob import glob
import subprocess
......@@ -60,7 +60,7 @@ setup(
'License :: OSI Approved :: GPL3',
'Programming Language :: Python :: 3'
],
packages = find_packages(),
packages = [ 'villas.controller' ],
setup_requires = [
'm2r',
'gitpython'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment