Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrolube committed Jun 24, 2021
1 parent 72c79f2 commit 3a049b6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@
"telegram-reports": ["pandas==1.2.4"],
"analytics": ["matplotlib==3.4.2"],
},
entry_points={
'console_scripts': [
'gramaddict = GramAddict.__main__:main'
]
},
entry_points={"console_scripts": ["gramaddict = GramAddict.__main__:main"]},
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit 3a049b6

Please sign in to comment.