FurkanNar commited on
Commit
c3ef6a2
·
verified ·
1 Parent(s): fb8843f

Update setup.py

Browse files
Files changed (1) hide show
  1. setup.py +2 -8
setup.py CHANGED
@@ -44,11 +44,5 @@ setup(
44
  "jupyter>=1.0.0",
45
  "matplotlib>=3.7.0",
46
  "seaborn>=0.12.0",
47
- ],
48
- },
49
- entry_points={
50
- "console_scripts": [
51
- "alangpt-scrape=data.scraper:main",
52
- ],
53
- },
54
- )
 
44
  "jupyter>=1.0.0",
45
  "matplotlib>=3.7.0",
46
  "seaborn>=0.12.0",
47
+ ]
48
+ }