[+] up to date check

This commit is contained in:
Hykilpikonna
2022-05-28 04:23:27 -04:00
parent a6338d29c5
commit 2da031c8b4
4 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ setup(
"Programming Language :: Python :: 3.10",
],
packages=['ocpm'],
package_data={'ocpm': ['ocpm/*']},
package_data={'ocpm': ['ocpm/data/*']},
include_package_data=True,
install_requires=['setuptools', 'hypy_utils', 'ruamel.yaml', 'requests', 'tqdm',
'packaging'],