Changed project structure for it to build correctly

This commit is contained in:
Andrew 2023-03-12 00:46:59 +07:00
parent a533dddf1a
commit 6858eeaebe
11 changed files with 45 additions and 2 deletions

17
setup.cfg Normal file
View file

@ -0,0 +1,17 @@
[metadata]
name = based
version = 0.1.0
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