Skip to content

Commit a70b337

Browse files
committed
Edit setup
1 parent f1108d2 commit a70b337

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

setup.py

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@
22

33
setup(
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",
@@ -33,9 +27,5 @@
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
)

0 commit comments

Comments
 (0)