-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
83 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.12.1 |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,48 @@ | ||
[project] | ||
name = "webstack-django-sorting" | ||
version = "2.3.1" | ||
description = "Easy sorting of tables with Django" | ||
authors = [ | ||
{ name = "Karim A. (aka Directeur)", email = "[email protected]" }, | ||
{ name = "Eric Florenzano", email = "[email protected]" }, | ||
{ name = "Stéphane Raimbault", email = "[email protected]" }, | ||
{ name = "S. Kossouho", email = "[email protected]" }, | ||
{ name = "Joffrey M.", email = "[email protected]" }, | ||
] | ||
maintainers = [ | ||
{ name = "Stéphane Raimbault", email = "[email protected]" }, | ||
] | ||
dependencies = ["Django>=3.0, <6.0"] | ||
readme = "README.md" | ||
requires-python = ">=3.6" | ||
license = "BSD-3-Clause" | ||
keywords = ["django", "sorting", "table"] | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Programming Language :: Python :: 3", | ||
"Environment :: Web Environment", | ||
"Framework :: Django", | ||
"License :: OSI Approved :: BSD License", | ||
"Operating System :: OS Independent", | ||
"Intended Audience :: Developers", | ||
"Natural Language :: English", | ||
] | ||
|
||
[project.urls] | ||
repository = "https://github.com/webstack/webstack-django-sorting.git" | ||
changelog = "https://github.com/webstack/webstack-django-sorting/blob/master/CHANGELOG.md" | ||
"Bug Tracker" = "https://github.com/webstack/webstack-django-sorting/issues" | ||
|
||
[build-system] | ||
requires = ["setuptools>=42", "wheel"] | ||
build-backend = "setuptools.build_meta" | ||
requires = ["hatchling"] | ||
build-backend = "hatchling.build" | ||
|
||
[tool.rye] | ||
managed = true | ||
dev-dependencies = [] | ||
|
||
[tool.hatch.metadata] | ||
allow-direct-references = true | ||
|
||
[tool.black] | ||
target-version = ["py311"] | ||
line_length = 88 | ||
[tool.hatch.build.targets.wheel] | ||
packages = ["src/webstack_django_sorting"] |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# generated by rye | ||
# use `rye lock` or `rye sync` to update this lockfile | ||
# | ||
# last locked with the following flags: | ||
# pre: false | ||
# features: [] | ||
# all-features: false | ||
# with-sources: false | ||
# generate-hashes: false | ||
# universal: false | ||
|
||
-e file:. | ||
asgiref==3.8.1 | ||
# via django | ||
django==5.1 | ||
# via webstack-django-sorting | ||
sqlparse==0.5.1 | ||
# via django |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# generated by rye | ||
# use `rye lock` or `rye sync` to update this lockfile | ||
# | ||
# last locked with the following flags: | ||
# pre: false | ||
# features: [] | ||
# all-features: false | ||
# with-sources: false | ||
# generate-hashes: false | ||
# universal: false | ||
|
||
-e file:. | ||
asgiref==3.8.1 | ||
# via django | ||
django==5.1 | ||
# via webstack-django-sorting | ||
sqlparse==0.5.1 | ||
# via django |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.