Skip to content

Commit

Permalink
Merge pull request #148 from kjd/add-setup-cfg
Browse files Browse the repository at this point in the history
Add setup cfg
  • Loading branch information
kjd committed Nov 23, 2023
2 parents a8cdc4f + 1543039 commit fc91a61
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions setup.cfg
@@ -0,0 +1,37 @@
[metadata]
name = idna
version = attr: idna.__version__
author = Kim Davies
author_email = kim+pypi@gumleaf.org
description = Internationalized Domain Names in Applications (IDNA)
license = BSD-3-Clause
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Internet :: Name Service (DNS)
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities

[options]
python_requires = >=3.5
packages=find:

[options.packages.find]
exclude =
tests*

0 comments on commit fc91a61

Please sign in to comment.