Skip to content

Commit

Permalink
Modify setup.py
Browse files Browse the repository at this point in the history
	modified:   setup.py
  • Loading branch information
machine-head committed Sep 8, 2018
1 parent a3d75c2 commit 0aee87d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
classifiers = [
'Intended Audience :: Information Technology',
'Programming Language :: Python :: 2.7',
'License :: MIT License'
'License :: OSI Approved :: MIT License'
],
install_requires = [
'requests',
Expand All @@ -42,5 +42,7 @@
]
},
url = "https://github.com/browserium/Browserium",
download_url = "https://github.com/browserium/Browserium/archive/1.1.0.tar.gz"
download_url = "https://github.com/browserium/Browserium/archive/1.1.0.tar.gz",
long_description = long_description,
long_description_content_type = 'text/markdown'
)

0 comments on commit 0aee87d

Please sign in to comment.