-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
24 lines (23 loc) · 798 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[metadata]
name = django-istat-italian-places
version = 0.2.9
description = A Django app to add ISTAT data resources Regions, Provinces and Cities from updated Official CSV file.
long_description = file: README.rst
url = https://github.com/FraCata00/django-istat-localization
author = Francesco Cataldo
author_email = francy111200@gmail.com
license = BSD-3-Clause
classifiers =
Environment :: Web Environment
Framework :: Django :: 4.2
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Application Frameworks
[options]
include_package_data = true
packages = find:
python_requires = >=3.8
setup_requires = setuptools >= 38.3.0
install_requires = Django >= 4.0