From a111e1ad056c0a9af326e5353e673f76a04846c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 29 Jul 2020 20:25:41 +0200 Subject: [PATCH] minor renaming for extras --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index afee25ba..e43515d9 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ from setuptools import setup, find_packages -import unittest from satella import __version__ @@ -15,7 +14,7 @@ setup(keywords=['ha', 'high availability', 'scalable', 'scalability', 'server', 'HTTPJSONSource': ['requests'], 'YAMLSource': ['pyyaml'], 'TOMLSource': ['toml'], - 'Faster JSONSource': ['ujson'], - 'satella.cassandra': ['cassandra-driver'] + 'FasterJSONSource': ['ujson'], + 'cassandra': ['cassandra-driver'] } ) -- GitLab