Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-Shamsi committed Jul 26, 2022
1 parent 755df54 commit 471f62c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import re
from setuptools import find_packages, setup

with open('README.md') as f:
with open('README.md', encoding='cp850') as f:
long_description = f.read()

HERE = os.path.dirname(os.path.abspath(__file__))
Expand Down Expand Up @@ -31,8 +31,8 @@ def get_version():
install_requires=[],
download_url='https://github.com/Amir-Shamsi/Gitlog/archive/refs/tags/' + get_version() + '.tar.gz',

requires=['requests==2.27.1', 'simplejson==3.17.6'],
keywords=['Github', 'logs', 'api', 'git'],
requires=['requests', 'simplejson'],
keywords=['Github', 'logs', 'api', 'git', 'followers', 'followings', 'profile'],
setup_requires=['pytest-runner==6.0.0'],
tests_require=['pytest==7.1.2'],
test_suite='tests',
Expand Down

0 comments on commit 471f62c

Please sign in to comment.