Add name and updated Readme
This commit is contained in:
17
README.md
17
README.md
@@ -1,13 +1,11 @@
|
|||||||
# pscanner
|
# pscanner
|
||||||
|
|
||||||
[](https://pypi.org/project/pscanner)
|
|
||||||
[](https://pypi.org/project/pscanner)
|
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
**Table of Contents**
|
**Table of Contents**
|
||||||
|
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
|
- [Development](#development)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
@@ -16,6 +14,19 @@
|
|||||||
pip install pscanner
|
pip install pscanner
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
Prereqs for development
|
||||||
|
|
||||||
|
```console
|
||||||
|
pipx install hatch
|
||||||
|
```
|
||||||
|
|
||||||
|
Running development environment
|
||||||
|
```console
|
||||||
|
hatch shell
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
`pscanner` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
|
`pscanner` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ requires-python = ">=3.7"
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
keywords = []
|
keywords = []
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "U.N. Owen", email = "void@some.where" },
|
{ name = "Heath Brown", email = "heathd.brown@gmail.com" },
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
@@ -30,9 +30,9 @@ dependencies = [
|
|||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Documentation = "https://github.com/unknown/pscanner#readme"
|
Documentation = "https://github.com/heathdbrown/pscanner#readme"
|
||||||
Issues = "https://github.com/unknown/pscanner/issues"
|
Issues = "https://github.com/heathdbrown/pscanner/issues"
|
||||||
Source = "https://github.com/unknown/pscanner"
|
Source = "https://github.com/heathdbrown/pscanner"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
pscanner = "pscanner.cli:pscanner"
|
pscanner = "pscanner.cli:pscanner"
|
||||||
|
|||||||
Reference in New Issue
Block a user