Skip to content

Commit

Permalink
ci: Move back to deprecated structure
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Jun 27, 2023
1 parent 21bf702 commit cdb29c8
Show file tree
Hide file tree
Showing 24 changed files with 3 additions and 23 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools",
]

[tool.ruff]
exclude = [
".env",
Expand Down
17 changes: 2 additions & 15 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
[options]
packages = find:
install_requires =
Django>=3.2
python_requires = >=3.8
include_package_data = True
package_dir =
=src
zip_safe = False

[options.packages.find]
where = src

[coverage:run]
branch = True
parallel = True
source =
django_mysql
djangocms_audio
tests

[coverage:paths]
source =
src
djangocms_audio
.tox/**/site-packages
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
'django-treebeard>=4.3,<4.5',
]


CLASSIFIERS = [
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down Expand Up @@ -52,7 +51,7 @@
license='BSD-3-Clause',
description='Adds audio plugin to django CMS.',
long_description=open('README.rst').read(),
packages=find_packages(),
packages=find_packages(exclude='tests'),
include_package_data=True,
zip_safe=False,
install_requires=REQUIREMENTS,
Expand Down

0 comments on commit cdb29c8

Please sign in to comment.