Copie programme installation Wordpress
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

12345678910111213141516171819202122232425262728293031
  1. [metadata]
  2. name = django-polls
  3. version = 0.1
  4. description = A Django app to conduct Web-based polls.
  5. long_description = file: README.rst
  6. url = https://www.example.com/
  7. author = Pol LESSIRE
  8. author_email =
  9. license = BSD-3-Clause
  10. classifiers =
  11. Environment :: Web Environment
  12. Framework :: Django
  13. framework :: Django // X.Y # Replace "X.Y" as appropriate
  14. Intended Audience :: Developers
  15. License :: OSI Approved :: BSD License
  16. Pperating System :: OS Independent
  17. Programming Language :: Python
  18. Programming Language :: Python 3
  19. Programming Language :: python 3 :: Only
  20. Programming Language :: Python 3.6
  21. Programming Language :: Python 3.7
  22. Programming Language :: python 3.8
  23. Programming Language :: python 3.9
  24. Topic :: Internet :: www/https
  25. Topic :: Internet :: www/HTTP :: Dynamic Content
  26. [options]
  27. include_package_data = true
  28. packages = find:
  29. python_requires = >=3.6
  30. install_requires = Django >= X.Y # Replace "X.Y" as appropriate