We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ef47aa + dfe6b19 commit 5444008Copy full SHA for 5444008
3 files changed
.gitignore
@@ -27,7 +27,6 @@ var/
27
# PyInstaller
28
# Usually these files are written by a python script from a template
29
# before PyInstaller builds the exe, so as to inject date/other infos into it.
30
-*.manifest
31
*.spec
32
33
# Installer logs
MANIFEST.in
@@ -1 +1,2 @@
1
-include README.rst
+include README.md
2
+include LICENSE.txt
setup.py
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages
3
4
-VERSION = '0.2.1'
+VERSION = '0.2.2'
5
6
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
7
LONG_DESCRIPTION = readme.read()
0 commit comments