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:
Philip Meier
2022-12-01 15:21:54 +00:00
committed by PyTorch MergeBot
parent a5532929da
commit 314e7c37c3

View File

@ -1,6 +1,6 @@
include MANIFEST.in include MANIFEST.in
include CMakeLists.txt include CMakeLists.txt
include CITATION include CITATION.cff
include LICENSE include LICENSE
include NOTICE include NOTICE
include .gitmodules include .gitmodules