Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhailin-Leo committed Jan 3, 2020
1 parent f021c7e commit c6066e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
__extra_requires__ = {
"selenium": ["snapshot-selenium"],
"phantomjs": ["snapshot-phantomjs"],
"pyppeteer": ["snapshot-pyppeteer"],
"images": ["PIL"],
}

Expand Down Expand Up @@ -90,6 +91,7 @@ def run(self):
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Software Development :: Libraries",
],
cmdclass={"upload": UploadCommand},
Expand Down

0 comments on commit c6066e5

Please sign in to comment.