django-devapp 0.3.0__tar.gz → 0.3.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,9 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: django-devapp
3
- Version: 0.3.0
3
+ Version: 0.3.4
4
4
  Summary: Basic tools to manage a django application outside of a Django project
5
5
  License: BSD-3-Clause License
6
+ License-File: LICENSE
6
7
  Author: George Tantiras
7
8
  Requires-Python: >=3.10
8
9
  Classifier: Development Status :: 3 - Alpha
@@ -15,6 +16,7 @@ Classifier: Programming Language :: Python :: 3.10
15
16
  Classifier: Programming Language :: Python :: 3.11
16
17
  Classifier: Programming Language :: Python :: 3.12
17
18
  Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Programming Language :: Python :: 3.14
18
20
  Classifier: Topic :: Internet :: WWW/HTTP
19
21
  Requires-Dist: black (>=25.1.0,<26.0.0)
20
22
  Requires-Dist: build (>=1.2.2.post1,<2.0.0)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "django-devapp"
3
- version = "0.3.0"
3
+ version = "0.3.4"
4
4
  description = "Basic tools to manage a django application outside of a Django project"
5
5
  authors = [
6
6
  {name = "George Tantiras"}
@@ -30,7 +30,7 @@ classifiers = [
30
30
  "Intended Audience :: Developers",
31
31
  "Topic :: Internet :: WWW/HTTP",
32
32
  ]
33
- packages = [{include = "src/dev"}]
33
+ packages = [{include = "dev", from = "src"}]
34
34
 
35
35
  [project.scripts]
36
36
  dev = "dev.boot:control"
File without changes
File without changes