based/setup.cfg
2023-04-24 19:53:12 +07:00

17 lines
No EOL
332 B
INI

[metadata]
name = based
version = 0.2.1
description = A simple, fast (maybe), and reliable (I hope) PostgreSQL ORM oriented for dynamic models.
author = nuark
author_email = me@nuark.xyz
license = MIT
[options]
packages = based
python_requires = >=3.7
include_package_data = True
package_dir =
=src
[bdist_wheel]
universal = 1