Skip to content
Snippets Groups Projects
Commit 1a035b03 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Remove old setup files

parent d6c7aeb1
Branches
No related merge requests found
[metadata]
name = django-adminlte2-pdq
version = 0.1.7
description = A Django app that takes all of the work out of making a beautiful and functional web application pretty darn quickly (PDQ) using the AdminLTE2 theme.
long_description = file: README.md
url = https://github.com/DJBarnes/django-adminlte2-pdq
author = David Barnes
author_email = barnesdavidj@gmail.com
license = MIT License
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3 # Replace "X.Y" as appropriate
Framework :: Django :: 3.2
Framework :: Django :: 4
Framework :: Django :: 4.0
Framework :: Django :: 4.1
Framework :: Django :: 4.2
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
# AutoPep8 Config Settings.
[pycodestyle]
max_line_length = 120
# Flake8 Config Settings.
[flake8]
max-line-length = 120
from setuptools import setup
setup()
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment