commit 49f1ede554567ec1ad9ecee8cacbed2ed9040715 parent c4615a40f47c8baa710dbb8c54e0e6d07901f1e7 Author: nolash <dev@holbrook.no> Date: Fri, 30 Oct 2020 10:41:35 +0100 Typo in setup Diffstat:
M | setup.py | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/setup.py b/setup.py @@ -15,6 +15,7 @@ setup( long_description_content_type='text/markdown', install_requires=[ 'numpy>=1.19.0', + ], packages=[ 'moolb', ],