We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21474f1 commit ee7dbdaCopy full SHA for ee7dbda
setup.py
@@ -37,7 +37,6 @@
37
},
38
include_package_data=True,
39
package_data={
40
- 'Graphpython': ['commands/graphpermissions.txt'],
41
- 'Graphpython': ['commands/directoryroles.txt']
+ 'Graphpython': ['commands/graphpermissions.txt', 'commands/directoryroles.txt']
42
43
)
0 commit comments