1
0
mirror of https://github.com/gryf/softtoken.git synced 2025-12-19 20:38:02 +01:00

Added clipboard support with -C option

This commit is contained in:
Daniel Alvarez
2016-12-24 11:39:11 +01:00
parent 53cd1f79fe
commit 9bc5020cd8
4 changed files with 17 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
from codecs import open
from os import path
__version__ = '0.0.1'
__version__ = '0.0.2'
here = path.abspath(path.dirname(__file__))
# Get the long description from the README file