Skip to content
Snippets Groups Projects
Verified Commit 4c13dfff authored by Georg Krause's avatar Georg Krause
Browse files

chore: Remove obsolete setup configs

parent ef083d51
No related branches found
No related tags found
No related merge requests found
Pipeline #26138 passed with stages
in 5 minutes and 40 seconds
[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
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup
setup()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment