fix setup.py and release 0.0.9

This commit is contained in:
2020-04-22 21:51:02 +02:00
parent aa135190b9
commit 2d73d525b8
3 changed files with 5 additions and 5 deletions

View File

@@ -14,11 +14,11 @@ Pymodmilter is depending on these python packages, but they are installed automa
```sh
pip install pymodmilter
```
* Download the example config file.
* Copy the example configuration file.
```sh
curl https://raw.githubusercontent.com/spacefreak86/pymodmilter/master/docs/pymodmilter.conf.example --output /etc/pymodmilter.conf
cp /usr/share/doc/pymodmilter/pymodmilter.conf.example /etc/pymodmilter.conf
```
* Modify pymodmilter.conf according to your needs and you are ready to go.
* Modify /etc/pymodmilter.conf according to your needs and you are ready to go.
## Configuration options
Pymodmilter uses a configuration file in JSON format. The options are described below. Make a copy of the [example configuration file](https://github.com/spacefreak86/pymodmilter/blob/master/docs/pymodmilter.conf.example) in the [docs](https://github.com/spacefreak86/pymodmilter/tree/master/docs) folder to start with.

View File

@@ -1 +1 @@
__version__ = "0.0.8"
__version__ = "0.0.9"

View File

@@ -37,7 +37,7 @@ setup(name = "pymodmilter",
},
data_files = [
(
'usr/share/docs/',
'usr/share/doc/pymodmilter',
[
'docs/pymodmilter.conf.example'
]