File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- from distutils .core import setup
2
-
3
- from setuptools import find_packages
1
+ from setuptools import find_packages , setup
4
2
5
3
import alive_progress
6
4
@@ -54,10 +52,11 @@ def get_readme():
54
52
'Programming Language :: Python :: 3.13' ,
55
53
'Programming Language :: Python :: 3.14' ,
56
54
],
57
- keywords = 'progress bar progress-bar progressbar spinner eta monitoring python terminal '
58
- 'multi-threaded REPL alive animated visual feedback simple live efficient monitor '
59
- 'stats elapsed time throughput' .split (),
55
+ keywords = 'progress bar progress-bar progressbar spinner eta monitoring python terminal'
56
+ ' multithreaded REPL alive animated visual feedback simple live efficient monitor'
57
+ ' stats elapsed time throughput' .split (),
60
58
packages = find_packages (exclude = ['tests*' ]),
59
+ package_data = {'alive_progress' : ['py.typed' ]},
61
60
data_files = [('' , ['LICENSE' ])],
62
61
python_requires = '>=3.9, <4' ,
63
62
install_requires = ['about_time==4.2.1' , 'graphemeu==0.7.2' ],
You can’t perform that action at this time.
0 commit comments