Move to using 'new' style classes as that's what python 3 will use
[blockfinder.git] / setup.cfg
blob5076390831056f17dd09366da268ee6b3a006c67
1 [metadata]
2 name = blockfinder
3 author = Jacob Appelbaum
4 summary = Blockfinder enumerates network information for countries.
5 license = BSD
6 home-page = https://github.com/ioerror/blockfinder
7 classifier =
8           Development Status :: 4 - Beta
9           Environment :: Console
10           Intended Audience :: Developers
11           Operating System :: OS Independent
12           Programming Language :: Python
13           Programming Language :: Python :: 2.6
14           Programming Language :: Python :: 2.7
15           Programming Language :: Python :: 3
16           Programming Language :: Python :: 3.3
17           Programming Language :: Python :: 3.4
18           Programming Language :: Python :: 3.5
19           License :: OSI Approved :: BSD License