Skip to content

Commit

Permalink
refactor and adding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Leow, Max committed May 5, 2022
1 parent eccab7e commit abdf58c
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 105 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

setuptools.setup(
name="testrail-data",
version="0.0.5",
install_requires=[
"pandas",
"testrail-api>=1.10",
],
version="0.0.6",
# install_requires=[
# "pandas",
# "testrail-api>=1.10",
# ],
author="Max Leow",
author_email="maxengiu@outlook.com",
description="Pandas DataFrame integrated API wrapper for Testrail",
Expand Down
Loading

0 comments on commit abdf58c

Please sign in to comment.