Remove tox
Seems tox is not used anywhere, so there is no need to have it then. Especially when it messes with pytest. In some cases it can change the config dir in pytest run. Closes scylladb/scylladb#22819
This commit is contained in:
committed by
Nadav Har'El
parent
34517b09a2
commit
17992c0456
21
setup.py
21
setup.py
@@ -1,21 +0,0 @@
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
setup(
|
||||
name="scylla",
|
||||
description='NoSQL data store using the seastar framework, compatible with Apache Cassandra',
|
||||
url='https://github.com/scylladb/scylla',
|
||||
download_url='https://github.com/scylladb/scylla/tags',
|
||||
license='ScyllaDB-Source-Available-1.0',
|
||||
platforms='any',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=[],
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.4",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user