mirror of
https://github.com/Doctorado-ML/bayesclass.git
synced 2025-08-15 15:45:54 +00:00
Update setup files and version
This commit is contained in:
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
@@ -0,0 +1 @@
|
||||
include README.md LICENSE
|
@@ -1 +1 @@
|
||||
__version__ = "0.0.1"
|
||||
__version__ = "0.1.0"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
requires = ["setuptools", "setuptools-scm"]
|
||||
requires = ["setuptools", "setuptools-scm", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools]
|
||||
@@ -8,15 +8,15 @@ license-files = ["LICENSE"]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = { attr = "bayesclass.__version__" }
|
||||
readme = { file = ["README.md"] }
|
||||
|
||||
[project]
|
||||
name = "bayesclass"
|
||||
description = "A collection of Bayesian Estimators."
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "Ricardo Montañana", email = "ricardo.montanana@alu.uclm.es" },
|
||||
]
|
||||
dynamic = ['version', 'readme']
|
||||
dynamic = ['version']
|
||||
dependencies = [
|
||||
"scipy",
|
||||
"numpy",
|
||||
|
Reference in New Issue
Block a user