update docs
This commit is contained in:
16
README.md
16
README.md
@@ -1,2 +1,14 @@
|
|||||||
# Apple Splash Screen Maker
|
## Apple Splash Screen Maker
|
||||||

|
|
||||||
|
  
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|||||||
Reference in New Issue
Block a user