-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73135b0
commit 8fedf2c
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="instagram-insights", | ||
version="0.2.4", | ||
version="0.2.6", | ||
author="Pardhu Madipalli", | ||
author_email="[email protected]", | ||
description="Get insights about best times to post, and the best tags based on likes, views and impressions.", | ||
|
@@ -24,7 +24,7 @@ | |
package_data={'insights': ['data/*']}, | ||
data_files=[('.', ['screenshot.png', 'README.md'])], | ||
py_modules = ['constant', 'setup', 'get_insta_insights', 'commons'], | ||
python_requires=">=3.6", | ||
python_requires=">=3.7", | ||
install_requires=['numpy', 'pandas'], | ||
entry_points={"console_scripts": ["insta-insights=get_insta_insights:main"]}, | ||
) |