diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 22915ab57f69698e9bfe56778772c4c3d5c63540..0000000000000000000000000000000000000000 --- a/setup.cfg +++ /dev/null @@ -1,53 +0,0 @@ -[metadata] -name = funkwhale-network -description = "A webapp to keep an eye on Funkwhale's network" -version = 0.1.dev0 -author = Eliot Berriot -author_email = contact@eliotberriot.com -url = https://dev.funkwhale.audio/funkwhale/network -long_description = file: README.md -license = AGPL3 -classifiers = - Development Status :: 3 - Alpha - License :: OSI Approved :: AGPL - Natural Language :: English - Programming Language :: Python :: 3.6 - -[options] -zip_safe = True -include_package_data = True -packages = find: -install_requires = - aiopg - aiohttp - arq==0.15 - click - aioredis==1.3.0 - marshmallow>3,<4 - semver - asynctest - django-environ - webargs - tabulate - -[options.entry_points] -console_scripts = - funkwhale-network = funkwhale_network.cli:main - -[options.extras_require] -dev = ipdb - pytest - pytest-mock - pytest-env - aioresponses - factory_boy - -[options.packages.find] -exclude = - tests - -[bdist_wheel] -universal = 1 - -[tool:pytest] -testpaths = tests diff --git a/setup.py b/setup.py deleted file mode 100644 index 43deb57b914ef9490c453292cb01e1df8a4b68dd..0000000000000000000000000000000000000000 --- a/setup.py +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -from setuptools import setup - -setup()