Skip to content

Commit

Permalink
pypiを使うように変更
Browse files Browse the repository at this point in the history
  • Loading branch information
takana-v committed Feb 5, 2022
1 parent 985ee6f commit b8d3ca6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
__pycache__/
*.egg-info/

dist/

.venv/
venv/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://takana-v.github.io/sasawrapper/
## インストール

```bash
pip install git+https://github.com/takana-v/sasawrapper.git@releases
pip install sasawrapper
```

## 使用例
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = MIT
author = takana-v
url = https://github.com/takana-v/sasawrapper
classifiers =
Development Status :: 3
Development Status :: 4 - Beta
Environment :: Win32 (MS Windows)
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.8
Expand Down

0 comments on commit b8d3ca6

Please sign in to comment.