-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix ruff rule I001 * fix ruff rule E501 * fix ruff rule C408 * removed extend-ignore list from pyproject.toml * chore: ruff reformatted * chore: trim trailing whitespace * chore: create extend-exclude section * Add SVG to ruff exclude --------- Co-authored-by: Mark Walker <[email protected]>
- Loading branch information
1 parent
e1a55f8
commit 7b7e5e5
Showing
18 changed files
with
175 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# | ||
# | ||
# Translators: | ||
# Translators: | ||
# Angelo Dini <[email protected]>, 2016 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# | ||
# | ||
# Translators: | ||
# Translators: | ||
# Paulo <[email protected]>, 2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# | ||
# | ||
# Translators: | ||
# Translators: | ||
# Frigory33 <[email protected]>, 2016 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# | ||
# | ||
# Translators: | ||
# Translators: | ||
# yakky <[email protected]>, 2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# | ||
# | ||
# Translators: | ||
# Translators: | ||
# Matas Dailyda <[email protected]>, 2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# | ||
# | ||
# Translators: | ||
# Translators: | ||
# Mikhail Kolesnik <[email protected]>, 2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# | ||
# | ||
# Translators: | ||
# Translators: | ||
# Mikhail Kolesnik <[email protected]>, 2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,68 +5,67 @@ | |
|
||
from djangocms_admin_style import __version__ | ||
|
||
|
||
REQUIREMENTS = [ | ||
"Django", | ||
] | ||
|
||
|
||
CLASSIFIERS = [ | ||
'Development Status :: 5 - Production/Stable', | ||
'Environment :: Web Environment', | ||
'Intended Audience :: Developers', | ||
'License :: OSI Approved :: BSD License', | ||
'Operating System :: OS Independent', | ||
'Programming Language :: Python', | ||
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3.7', | ||
'Programming Language :: Python :: 3.8', | ||
'Programming Language :: Python :: 3.9', | ||
'Programming Language :: Python :: 3.10', | ||
'Programming Language :: Python :: 3.11', | ||
'Framework :: Django', | ||
'Framework :: Django :: 2.2', | ||
'Framework :: Django :: 3.1', | ||
'Framework :: Django :: 3.2', | ||
'Framework :: Django :: 4.0', | ||
'Framework :: Django :: 4.1', | ||
'Framework :: Django :: 4.2', | ||
'Framework :: Django :: 5.0', | ||
'Framework :: Django CMS', | ||
'Framework :: Django CMS :: 3.6', | ||
'Framework :: Django CMS :: 3.7', | ||
'Framework :: Django CMS :: 3.8', | ||
'Framework :: Django CMS :: 3.8', | ||
'Framework :: Django CMS :: 3.9', | ||
'Framework :: Django CMS :: 3.10', | ||
'Framework :: Django CMS :: 3.11', | ||
'Framework :: Django CMS :: 4.0', | ||
'Framework :: Django CMS :: 4.1', | ||
'Topic :: Internet :: WWW/HTTP', | ||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content', | ||
'Topic :: Software Development', | ||
'Topic :: Software Development :: Libraries', | ||
"Development Status :: 5 - Production/Stable", | ||
"Environment :: Web Environment", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: BSD License", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Framework :: Django", | ||
"Framework :: Django :: 2.2", | ||
"Framework :: Django :: 3.1", | ||
"Framework :: Django :: 3.2", | ||
"Framework :: Django :: 4.0", | ||
"Framework :: Django :: 4.1", | ||
"Framework :: Django :: 4.2", | ||
"Framework :: Django :: 5.0", | ||
"Framework :: Django CMS", | ||
"Framework :: Django CMS :: 3.6", | ||
"Framework :: Django CMS :: 3.7", | ||
"Framework :: Django CMS :: 3.8", | ||
"Framework :: Django CMS :: 3.8", | ||
"Framework :: Django CMS :: 3.9", | ||
"Framework :: Django CMS :: 3.10", | ||
"Framework :: Django CMS :: 3.11", | ||
"Framework :: Django CMS :: 4.0", | ||
"Framework :: Django CMS :: 4.1", | ||
"Topic :: Internet :: WWW/HTTP", | ||
"Topic :: Internet :: WWW/HTTP :: Dynamic Content", | ||
"Topic :: Software Development", | ||
"Topic :: Software Development :: Libraries", | ||
] | ||
|
||
this_directory = Path(__file__).parent | ||
long_description = (this_directory / "README.rst").read_text() | ||
|
||
setup( | ||
name='djangocms-admin-style', | ||
name="djangocms-admin-style", | ||
version=__version__, | ||
author='Divio AG', | ||
author_email='[email protected]', | ||
maintainer='Django CMS Association and contributors', | ||
maintainer_email='[email protected]', | ||
url='https://github.com/django-cms/djangocms-admin-style', | ||
license='BSD-3-Clause', | ||
description='Adds pretty CSS styles for the django CMS admin interface.', | ||
author="Divio AG", | ||
author_email="[email protected]", | ||
maintainer="Django CMS Association and contributors", | ||
maintainer_email="[email protected]", | ||
url="https://github.com/django-cms/djangocms-admin-style", | ||
license="BSD-3-Clause", | ||
description="Adds pretty CSS styles for the django CMS admin interface.", | ||
long_description=long_description, | ||
packages=find_packages(exclude=['preview', 'tests']), | ||
python_requires='>=3.7', | ||
packages=find_packages(exclude=["preview", "tests"]), | ||
python_requires=">=3.7", | ||
include_package_data=True, | ||
zip_safe=False, | ||
install_requires=REQUIREMENTS, | ||
classifiers=CLASSIFIERS, | ||
test_suite='tests.settings.run', | ||
test_suite="tests.settings.run", | ||
) |
Oops, something went wrong.