mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
fix citation file in MANIFEST (#89994)
#86200 changed the `CITATION` file to `CITATION.cff`, but this change was not reflected in the `MANIFEST.in`. Meaning, `CITATION.cff` will not be included in wheels. Pull Request resolved: https://github.com/pytorch/pytorch/pull/89994 Approved by: https://github.com/malfet
This commit is contained in:
parent
a5532929da
commit
314e7c37c3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
include MANIFEST.in
|
||||
include CMakeLists.txt
|
||||
include CITATION
|
||||
include CITATION.cff
|
||||
include LICENSE
|
||||
include NOTICE
|
||||
include .gitmodules
|
||||
|
|
|
|||
Loading…
Reference in a new issue