Skip to content

Commit

Permalink
Migrate to Rye
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane committed Aug 19, 2024
1 parent d1252f8 commit 4b77cee
Show file tree
Hide file tree
Showing 39 changed files with 83 additions and 40 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12.1
File renamed without changes.
5 changes: 0 additions & 5 deletions CONTRIBUTORS.txt

This file was deleted.

5 changes: 0 additions & 5 deletions MANIFEST.in

This file was deleted.

51 changes: 46 additions & 5 deletions pyproject.toml
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"]
18 changes: 18 additions & 0 deletions requirements-dev.lock
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
18 changes: 18 additions & 0 deletions requirements.lock
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
25 changes: 0 additions & 25 deletions setup.cfg

This file was deleted.

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.

0 comments on commit 4b77cee

Please sign in to comment.