File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 22
33setup (
44 name = "gitingest" ,
5- version = "0.1.0 " ,
5+ version = "0.1.1 " ,
66 packages = find_packages (where = "src" ),
77 package_dir = {"" : "src" },
88 include_package_data = True ,
99 install_requires = [
1010 "click>=8.0.0" ,
11- "tokencost " ,
11+ "tiktoken " ,
1212 ],
13- extras_require = {
14- 'dev' : [
15- 'pytest' ,
16- 'pytest-asyncio' ,
17- ],
18- },
1913 entry_points = {
2014 "console_scripts" : [
2115 "gitingest=gitingest.cli:main" ,
3327 "Intended Audience :: Developers" ,
3428 "License :: OSI Approved :: MIT License" ,
3529 "Programming Language :: Python :: 3" ,
36- "Programming Language :: Python :: 3.6" ,
37- "Programming Language :: Python :: 3.7" ,
38- "Programming Language :: Python :: 3.8" ,
39- "Programming Language :: Python :: 3.9" ,
4030 ],
4131)
You can’t perform that action at this time.
0 commit comments