We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411d319 commit 07d8b91Copy full SHA for 07d8b91
MANIFEST.in
@@ -0,0 +1 @@
1
+include LICENSE
setup.py
@@ -37,6 +37,7 @@ def read_entry_points():
37
description='Auton Lab TA1 primitives',
38
author=read_package_variable('__author__'),
39
author_email=read_package_variable('__author_email__'),
40
+ license='MIT',
41
packages=find_packages(exclude=['docs', 'tests*']),
42
install_requires=[
43
'd3m',
0 commit comments