Tomb/extras/dismissed/pytomb/setup.py
Jaromil 4a04d9dd84 to avoid confusion, obsolete and incomplete components are moved in extras/dismissed
including the old qt and python wrappers as discussed in issue #113
2014-07-21 16:25:56 +02:00

22 lines
582 B
Python

from setuptools import setup
setup(
name = 'TombLib',
url = 'http://tomb.dyne.org/',
author = 'boyska',
author_email = 'piuttosto@logorroici.org',
version = '1.1',
packages = ['tomblib'],
test_suite = 'nose.collector',
classifiers = [
'Topic :: Security :: Cryptography',
'Intended Audience :: Developers',
'Operating System :: POSIX :: Linux',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Development Status :: 3 - Alpha'
]
)