diff --git a/setup.py b/setup.py index f5e0a77..197b9e8 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,9 @@ setup(name='meanas', 'pytest', 'dataclasses', ], + 'examples': [ + 'gridlock', + ], }, classifiers=[ 'Programming Language :: Python :: 3',