mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 02:35:23 +03:00
10 lines
388 B
Diff
10 lines
388 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -55,7 +55,6 @@
|
|
'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.7, <4',
|
|
install_requires=['about_time==4.2.1', 'grapheme==0.6.0'],
|
|
)
|