Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Aug 31, 2018
1 parent b9a1f53 commit b30b2e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyGle/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# under certain conditions; type "-L" for details.
#

__version__ = "v1.24"
__version_code__ = 100
__version__ = "v1.25"
__version_code__ = 101


def print_ver_info():
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
long_description_content_type="text/x-rst",
include_package_data=True,
install_requires=['lxml', 'beautifulsoup4', 'ujson', 'futures; python_version <= "2.7"', 'typing'],
setup_requires=['lxml', 'beautifulsoup4', 'ujson', 'futures; python_version <= "2.7"', 'typing'],
zip_safe=False,
download_url="https://github.com/Javinator9889/pyGle/archive/master.zip",
classifiers=[
Expand Down

0 comments on commit b30b2e4

Please sign in to comment.