Skip to content
Snippets Groups Projects
Unverified Commit 2ccca30c authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Add PyPI setup file

Add metadata file for PyPI and specify readme file.
parent 4d682396
No related tags found
No related merge requests found
Pipeline #
......@@ -14,7 +14,13 @@ This ensures that the code snippets work as intended.
# Installation [![build status](https://srv.sauerburger.com/esel/doxec/badges/master/build.svg)](https://srv.sauerburger.com/esel/doxec/commits/master)
You can simply clone the repository and run the setup script to get doxec.
You can install the package using pip
```bash
$ pip install doxec
```
or you can clone the repository and run the setup script to get doxec.
<!-- console
......
[metadata]
description-file = README.md
......@@ -14,6 +14,7 @@ setup(
packages=['doxec'],
scripts=['bin/doxec'],
test_suite='doxec.tests',
url="https://gitlab.sauerburger.com/frank/doxec",
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Console",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment