Skip to content

Commit c870e9a

Browse files
committed
adding backends.txt to package_data
1 parent 2cf007d commit c870e9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
include requirements.txt
2-
include README.md
3-
include ./aer_plugin/backends.txt
2+
include README.md

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ def get_long_description():
4949
description="A quantum plugin for qiskit AER",
5050
long_description=get_long_description(),
5151
long_description_content_type="text/markdown",
52+
package_data={"aer_plugin":["aer_plugin/backends.txt"]}
5253
)

0 commit comments

Comments
 (0)