Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
network
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
9
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
network
Commits
4c13dfff
Verified
Commit
4c13dfff
authored
2 years ago
by
Georg Krause
Browse files
Options
Downloads
Patches
Plain Diff
chore: Remove obsolete setup configs
parent
ef083d51
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#26138
passed with stages
in 5 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.cfg
+0
-53
0 additions, 53 deletions
setup.cfg
setup.py
+0
-5
0 additions, 5 deletions
setup.py
with
0 additions
and
58 deletions
setup.cfg
deleted
100644 → 0
+
0
−
53
View file @
ef083d51
[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
This diff is collapsed.
Click to expand it.
setup.py
deleted
100644 → 0
+
0
−
5
View file @
ef083d51
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from
setuptools
import
setup
setup
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment