update docs
This commit is contained in:
parent
cce83d9668
commit
21500a34e3
16
README.md
16
README.md
@ -1,2 +1,14 @@
|
|||||||
# Apple Splash Screen Maker
|
## Apple Splash Screen Maker
|
||||||
![Preview](preview.png)
|
|
||||||
|
![](https://img.shields.io/pypi/v/assm?style=for-the-badge) ![](https://img.shields.io/pypi/l/assm?style=for-the-badge) ![](https://img.shields.io/github/languages/code-size/emilecok/assm?style=for-the-badge)
|
||||||
|
|
||||||
|
## Usage and Examples
|
||||||
|
Install package
|
||||||
|
``` sh
|
||||||
|
pip install assm
|
||||||
|
```
|
||||||
|
|
||||||
|
Usage
|
||||||
|
``` sh
|
||||||
|
python3 -m assm
|
||||||
|
```
|
||||||
|
@ -7,10 +7,24 @@ module = "assm"
|
|||||||
author = "Alexander Popov"
|
author = "Alexander Popov"
|
||||||
author-email = "iiiypuk@iiiypuk.me"
|
author-email = "iiiypuk@iiiypuk.me"
|
||||||
home-page = "https://github.com/emilecok/assm"
|
home-page = "https://github.com/emilecok/assm"
|
||||||
requires-python = ">=3"
|
|
||||||
requires = ["Pillow==8.1.0" ]
|
requires = ["Pillow==8.1.0" ]
|
||||||
|
description-file = "README.md"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Programming Language :: Python :: 3"
|
"Programming Language :: Python :: 3"
|
||||||
]
|
]
|
||||||
description-file = "README.md"
|
requires-python = ">=3"
|
||||||
|
keywords = [
|
||||||
|
"iOS",
|
||||||
|
"splashscreen",
|
||||||
|
"splash-screen"
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.flit.metadata.requires-extra]
|
||||||
|
dev = ["pylint == 2.7.1", "black == 20.8b1"]
|
||||||
|
|
||||||
|
[tool.flit.metadata.urls]
|
||||||
|
Documentation = ""
|
||||||
|
|
||||||
|
[tool.black]
|
||||||
|
line-length = 99
|
||||||
|
Loading…
Reference in New Issue
Block a user