-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Wasn't including all sub packages in the setup call - Added a CI test that this is correct
- Loading branch information
Showing
2 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
author='Craig Gidney', | ||
author_email='[email protected]', | ||
license='Apache 2', | ||
packages=['sinter'], | ||
packages=['sinter', 'sinter._data', 'sinter._collection', 'sinter._command', 'sinter._decoding'], | ||
package_dir={'': 'src'}, | ||
description='Samples stim circuits and decodes them using pymatching.', | ||
long_description=long_description, | ||
|