mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Added python_requires/install_requires to setup.cfg example in reusable apps docs.
This commit is contained in:
parent
550297d20d
commit
e251dd8230
@ -221,6 +221,9 @@ this. For a small app like polls, this process isn't too difficult.
|
|||||||
[options]
|
[options]
|
||||||
include_package_data = true
|
include_package_data = true
|
||||||
packages = find:
|
packages = find:
|
||||||
|
python_requires = >=3.6
|
||||||
|
install_requires =
|
||||||
|
Django >= X.Y # Replace "X.Y" as appropriate
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
:caption: django-polls/setup.py
|
:caption: django-polls/setup.py
|
||||||
|
Loading…
Reference in New Issue
Block a user