blob: 35f2f91929d71d9793024fde32a5a2f3695556fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig 2024-10-26 04:20:04 UTC
+++ setup.py
@@ -57,7 +57,6 @@ setup(
'multi-threaded REPL alive animated visual feedback simple live efficient monitor '
'stats elapsed time throughput'.split(),
packages=find_packages(exclude=['tests*']),
- data_files=[('', ['LICENSE'])],
python_requires='>=3.9, <4',
- install_requires=['about_time==4.2.1', 'grapheme==0.6.0'],
+ install_requires=['about_time==4.2.1', 'graphemeu'],
)
|