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

configuration filed changed to ~/.softtoken.conf

This commit is contained in:
Daniel Alvarez
2016-11-04 11:57:25 +01:00
parent b2e13b6594
commit 53cd1f79fe
3 changed files with 5 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
from setuptools import setup, find_packages
from codecs import open
from os import path
from softtoken.softtoken import __version__
__version__ = '0.0.1'
here = path.abspath(path.dirname(__file__))
# Get the long description from the README file
@@ -57,16 +57,9 @@ setup(
py_modules=['softtoken.softtoken'],
install_requires=[
'configparser==3.5.0',
'flake8==2.5.5',
'hacking==0.11.0',
'mccabe==0.2.1',
'pbr>=1.6',
'pep8==1.5.7',
'pyflakes==0.8.1',
'pyotp==2.2.1',
'python-xlib==0.17',
'PyUserInput==0.1.11',
'six==1.10.0'
],
# extras_require={
# 'dev': ['check-manifest'],