As our package is python 2 and 3 compatible use a universal wheel.
[blockfinder.git] / setup.cfg
blob80d9ac3d0de9df433ab948e97a845e6e84318e18
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
21 [files]
22 packages =
23     block_finder
25 [bdist_wheel]
26 universal = 1