Update setup.cfg

Replace the wheel section so steveodore driver will be gregisterd.
This commit is contained in:
Tony Tan 2014-07-28 14:25:50 -04:00
parent 60ff373db9
commit f81c11f7e9

View File

@ -26,9 +26,6 @@ packages =
console_scripts =
cdn-server = cdn.cmd.server:run
[wheel]
universal = 1
cdn.transport =
falcon = cdn.transport.falcon:Driver
@ -44,6 +41,9 @@ cdn.provider =
fastly = cdn.provider.fastly:Driver
mock = cdn.provider.mock:Driver
[wheel]
universal = 1
[nosetests]
where=tests
verbosity=2