Correct setup.py, add installation instructions

This commit is contained in:
Midgard 2021-01-01 17:13:54 +01:00
parent 4aa9140113
commit 4aa836adb0
Signed by: midgard
GPG Key ID: 511C112F1331BBB4
2 changed files with 13 additions and 5 deletions

View File

@ -1,6 +1,14 @@
# morseman
Install with pip:
```
pip install --user .
```
To run (assuming Pip installs to a location in your PATH):
```
morseman
```
## Development
To create a virtualenv and install the dependencies in it:

View File

@ -15,13 +15,13 @@ setuptools.setup(
description="Morse trainer",
long_description=long_description,
long_description_content_type="text/markdown",
scripts=["bin/morseman.py"],
scripts=["bin/morseman"],
url="",
url="https://git.zeus.gent/midgard/morseman/",
project_urls={
"Source": "",
"Change log": "/-/blob/master/CHANGELOG.md",
"Bug tracker": "/-/issues",
"Source": "https://git.zeus.gent/midgard/morseman/",
"Change log": "https://git.zeus.gent/midgard/morseman/-/blob/master/CHANGELOG.md",
"Bug tracker": "https://git.zeus.gent/midgard/morseman/-/issues",
},
classifiers=[