Remove commented code in config files
This commit is contained in:
@@ -3,27 +3,3 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools", "wheel"]
|
requires = ["setuptools", "wheel"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
|
||||||
name = "django-crud-mixins"
|
|
||||||
version = "1.0.2"
|
|
||||||
description = "CRUD mixins for Django class-based views"
|
|
||||||
readme = "README.md"
|
|
||||||
authors = [{ name = "Mark Veidemanis", email = "m@zm.is" }]
|
|
||||||
license = { file = "LICENSE" }
|
|
||||||
classifiers = [
|
|
||||||
"License :: OSI Approved :: MIT License",
|
|
||||||
"Programming Language :: Python",
|
|
||||||
"Programming Language :: Python :: 3",
|
|
||||||
"Framework :: Django :: 4.1",
|
|
||||||
"Intended Audience :: Developers",
|
|
||||||
]
|
|
||||||
keywords = ["django", "mixins", "helpers", "crud"]
|
|
||||||
dependencies = [
|
|
||||||
"django",
|
|
||||||
"django-rest-framework",
|
|
||||||
]
|
|
||||||
requires-python = ">=3.9"
|
|
||||||
|
|
||||||
[project.urls]
|
|
||||||
Homepage = "https://git.zm.is/XF/django-crud-mixins"
|
|
||||||
|
|||||||
10
setup.cfg
10
setup.cfg
@@ -23,16 +23,6 @@ install_requires =
|
|||||||
django
|
django
|
||||||
django-rest-framework
|
django-rest-framework
|
||||||
|
|
||||||
# [options.entry_points]
|
|
||||||
# console_scripts =
|
|
||||||
# my-example-utility = example.example_module:main
|
|
||||||
|
|
||||||
# [options.extras_require]
|
|
||||||
# notebook = jupyter>=1.0.0, matplotlib
|
|
||||||
# dev =
|
|
||||||
# black==22.1.0
|
|
||||||
# flake8==4.0.1
|
|
||||||
|
|
||||||
[options.package_data]
|
[options.package_data]
|
||||||
mixins = templates/mixins/*, README.md
|
mixins = templates/mixins/*, README.md
|
||||||
* = README.md
|
* = README.md
|
||||||
Reference in New Issue
Block a user