blob: f98b053adb45f9d2dc8c602bbc3ae9bf46fb8162 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# HACKING
## release
ensure correct version in CHANGES.md and appdirs.py, and:
```
python setup.py register sdist bdist_wheel upload
```
## docker image
```
docker build -t appdirs .
```
|