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 10, 2018
1 parent 78b23d1 commit c111f94
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 40 deletions.
3 changes: 0 additions & 3 deletions pyGle/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyGle/version.py
Expand Up @@ -5,7 +5,7 @@
# under certain conditions; type "-L" for details.
#

__version__ = "v1.0"
__version__ = "v1.1"
__version_code__ = 75


Expand Down
9 changes: 1 addition & 8 deletions setup.py
Expand Up @@ -6,13 +6,6 @@
if version < '3':
raise RuntimeError("Python v3 at least needed")


def requirements() -> list:
with open("pyGle/requirements.txt", 'r') as f:
req = f.read().splitlines()
return req


try:
import codecs

Expand All @@ -35,7 +28,7 @@ def requirements() -> list:
long_description=long_description,
long_description_content_type="text/markdown",
include_package_data=True,
install_requires=requirements(),
install_requires=["lxml", "beautifulsoup4", "ujson"],
zip_safe=False,
download_url="https://github.com/Javinator9889/pyGle/archive/master.zip",
classifiers=[
Expand Down
62 changes: 34 additions & 28 deletions tests/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c111f94

Please sign in to comment.