1+ [metadata]
2+ name = django-s3file
3+ author = Johannes Hoppe
4+ author-email = info@johanneshoppe.com
5+ summary = A lightweight file uploader input for Django and Amazon S3
6+ description-file = README.md
7+ home-page = https://github.com/codingjoe/django-s3file
8+ license = MIT
9+ classifier =
10+ Development Status :: 5 - Production/Stable
11+ Environment :: Web Environment
12+ Framework :: Django
13+ Intended Audience :: Developers
14+ License :: OSI Approved :: MIT License
15+ Operating System :: OS Independent
16+ Programming Language :: Python
17+ Topic :: Software Development
18+ Programming Language :: Python :: 3
19+
20+ [files]
21+ packages =
22+ s3file
23+ data_files =
24+ s3file/static/ = s3file/static/*
25+
126[tool:pytest]
227addopts = --tb =short -rxs
328DJANGO_SETTINGS_MODULE =tests.testapp.settings
4- norecursedirs = env docs
29+ norecursedirs = env docs .eggs
530
631[pycodestyle]
732max-line-length = 99
@@ -17,7 +42,7 @@ match-dir = (?!tests|env|\.).*
1742atomic = true
1843multi_line_output = 5
1944line_length = 79
20- skip = manage.py,.tox,env
45+ skip = manage.py,.tox,env,.eggs
2146known_first_party = s3file,tests
2247known_third_party = django
2348combine_as_imports = true
0 commit comments