Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript development in Cirq and prototype bloch sphere implementation #4171
Typescript development in Cirq and prototype bloch sphere implementation #4171
Changes from 151 commits
4648e65
621b729
8832853
5516b55
7a2aacd
bbf8af2
490a8b2
a08a196
b3a3a7e
2c66c8a
bb015e0
eb1a435
724a9da
86199a6
1f52ac8
391258d
2650381
064de3f
be5564c
6d8b533
eddb58f
8015fac
1557b52
ee9f890
09127f8
df2e359
03e8bd0
f574154
c24ffe3
e78d85d
21343fb
37f1218
6351f77
29ec82f
cf9b435
807b4ff
731d194
5ab03c5
51ea689
c7cf8c9
ab8febe
b33eb1e
3fedccd
b4ecff1
12bc26b
e6723da
416b126
c07c561
57df8aa
fce0580
f2eec63
918f77e
bd5d1b4
39ab966
44d62b6
10bd505
08e48a5
8300306
83297ef
802f9d2
c431503
0107a58
bbc844e
0ccdb90
6f5597f
cd1c7a0
b3d297d
af02537
b2045e9
efcdac1
d489643
a758965
2f0c502
a343878
bc4d3de
227b56f
0a46d3f
bc97a60
576031b
54b2e1b
28467fb
0a5f6bc
845a944
2c80848
7657584
70887eb
b80007b
8ad3ef4
2527c57
7bce91e
250ea94
3a6acd6
6aabc66
71ff76d
a803e11
3c3bafc
f6e48bb
a49fcbc
3451a3a
20b314c
d3fdd5a
4bb2242
b512c9f
8769ffc
b8d5926
e7ba83f
cbb6930
278c911
3b5a513
bdc7955
16ec03a
9bdbc47
3e1054d
599a8bd
8820d39
b41057c
4d6bffc
2914c0d
b259678
4b0da2d
e48596f
2fe2377
625659e
d2e37ea
9f403bf
e314d19
045fbc3
1976d8c
3a6e0a6
cc23aee
6a619dd
44a9521
eb0d7a4
bae0b7c
ede563f
12fdbc7
22ed261
c187c49
6e2e549
969d236
618ff01
7f9536e
5469659
7ff32f7
27ed7cb
b30dd9b
d59d56a
8998701
da0c436
e041212
4deb927
95e6fa1
72ee0e8
d32510c
16ae383
553dde8
59511c6
60cc765
9eb7f29
07c6c50
1ab1b76
f56bdd3
28187c7
44bb800
9026f65
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need this file, MANIFEST.in is only for source distributions and we don't publish source distros.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, I fixed by just adding to package_data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, package_data determines what the wheel file (binary distribution) contains.
I guess you still need to delete this file! :)