Fixed module export + inc'd version
This commit is contained in:
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "myauth"
|
||||
version = "0.2.0" # Start with an initial version
|
||||
version = "0.3.0"
|
||||
description = "A reusable, modular authentication system for FastAPI applications with pluggable database backends."
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
@@ -78,6 +78,9 @@ dev = [
|
||||
# Setuptools configuration
|
||||
# This section tells the build system where to find your package code
|
||||
# -------------------------------------------------------------------
|
||||
[tool.setuptools]
|
||||
package-dir = {"" = "src"}
|
||||
packages = ["my_auth"]
|
||||
#[tool.setuptools]
|
||||
#package-dir = {"myauth" = "src"}
|
||||
#packages = ["my_auth"]
|
||||
|
||||
[tool.setuptools.package-dir]
|
||||
myauth = "src/myauth"
|
||||
Reference in New Issue
Block a user