Skip to content

Instantly share code, notes, and snippets.

@corentinbettiol
Last active March 18, 2021 11:47
Show Gist options
  • Save corentinbettiol/ce63796a87dfa6bb466adc4b09b38964 to your computer and use it in GitHub Desktop.
Save corentinbettiol/ce63796a87dfa6bb466adc4b09b38964 to your computer and use it in GitHub Desktop.
[metadata]
name = djangocms-plugin
version = 0.0.1
description = # ADD YOUR DESCRIPTION HERE
long_description = file: README.md
long_description_content_type = text/markdown
url = # PUT YOUR REPO URL HERE
author = # PUT YOUR NAME HERE
author_email = # ADD A CONTACT EMAIL ADDRESS HERE
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3) # CHANGE THE LICENSE IF YOU WANT
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
install_requires =
# ADD YOUR DEPENDENCIES HERE
# ONE PER LINE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment