Skip to content

Commit f1c7d0d

Browse files
authored
Include license information in setup.py (#170)
1 parent fd74a6d commit f1c7d0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def build_extension(self, ext):
143143
description="A package for decoding quantum error correcting codes using minimum-weight perfect matching.",
144144
long_description=long_description,
145145
long_description_content_type='text/markdown',
146+
license="Apache 2",
146147
ext_modules=[CMakeExtension("pymatching._cpp_pymatching")],
147148
packages=find_packages("src"),
148149
package_dir={'': 'src'},

0 commit comments

Comments
 (0)