Skip to content

Commit

Permalink
Merge pull request #3 from kc8/python_requirements_fix
Browse files Browse the repository at this point in the history
Added Python 3.7 Requirements to Setup.py for Issue #1, and #2
  • Loading branch information
SriNandan33 authored Mar 8, 2020
2 parents a12e400 + 6d22f18 commit 43b8a86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Contributors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Kyle (https://github.com/kc8)
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
### Browse most stared repositories by date on Github from your command line.
> This libray is inspired by the [Githunt](https://github.com/kamranahmedse/githunt) webapp created by [Kamran Ahmed](https://kamranahmed.info/), you can view it [here](https://kamranahmed.info/githunt/).

## Prerequisites
* Requires Python 3.7 or greater

## Installation
``` pip install githunt ```

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
version=version,
description="Browse most stared Github repositories by date from your command line.",
long_description=readme,
python_requires='>3.7',
long_description_content_type="text/markdown",
url="https://github.com/SriNandan33/githunt",
author="Srinivasa Rao",
Expand All @@ -41,4 +42,4 @@
"githunt=githunt.__main__:search",
]
},
)
)

0 comments on commit 43b8a86

Please sign in to comment.