File tree Expand file tree Collapse file tree 4 files changed +32
-45
lines changed
Expand file tree Collapse file tree 4 files changed +32
-45
lines changed Original file line number Diff line number Diff line change 11Copyright (c) 2009, Karim A. (aka Directeur)
2+ 2010, Stéphane Raimbault
23All rights reserved.
34
45Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [
3+ " setuptools>=42" ,
4+ " wheel"
5+ ]
6+ build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 1- [bdist_wheel]
2- universal = 1
1+ [metadata]
2+ name = webstack-django-sorting
3+ version = 1.0.2
4+ author = Stéphane Raimbault
5+ 6+ description = Easy sorting of tables with Django
7+ long_description = file: README.md
8+ long_description_content_type = text/markdown
9+ url = http://github.com/webstack/webstack-django-sorting
10+ project_urls =
11+ Bug Tracker = https://github.com/webstack/webstack-django-sorting/issues
12+ classifiers =
13+ Programming Language :: Python :: 3
14+ License :: OSI Approved :: BSD License
15+ Operating System :: OS Independent
16+ Intended Audience :: Developers,
17+ Natural Language :: English,
18+ Framework :: Django,
19+ Environment :: Web Environment,
20+
21+ [options]
22+ packages = find:
23+ python_requires = >=3.6
24+ install_requires =
25+ Django>=3.0,<4
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments