[metadata] name = django-polls version = 0.1 description = A Django app to conduct Web-based polls. long_description = file: README.rst url = https://www.example.com/ author = Pol LESSIRE author_email = license = BSD-3-Clause classifiers = Environment :: Web Environment Framework :: Django framework :: Django // X.Y # Replace "X.Y" as appropriate Intended Audience :: Developers License :: OSI Approved :: BSD License Pperating System :: OS Independent Programming Language :: Python Programming Language :: Python 3 Programming Language :: python 3 :: Only Programming Language :: Python 3.6 Programming Language :: Python 3.7 Programming Language :: python 3.8 Programming Language :: python 3.9 Topic :: Internet :: www/https Topic :: Internet :: www/HTTP :: Dynamic Content [options] include_package_data = true packages = find: python_requires = >=3.6 install_requires = Django >= X.Y # Replace "X.Y" as appropriate