Changed project structure for it to build correctly
This commit is contained in:
parent
a533dddf1a
commit
6858eeaebe
11 changed files with 45 additions and 2 deletions
17
setup.cfg
Normal file
17
setup.cfg
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue