From 11a33e1bd5e4294f5ed08825ac84eb43c8a0fa7f Mon Sep 17 00:00:00 2001 From: Chad Dettmering Date: Wed, 31 May 2023 11:40:32 -0400 Subject: [PATCH] Prep for 0.1.0 release (#22) * Prep for 0.1.0 release --- setup.cfg | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fef4b57..154fb43 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,22 @@ [metadata] name = anyGPT -version = 0.0.1a2 +version = 0.1.0 +author = Miguel Alonso Jr +author_email = drmiguelalonsojr@gmail.com +maintainer = Chad Dettmering +maintainer_email = chad.dettmering@gmail.com description = A general purpose library for training any type of GPT model. Support for gpt-1, gpt-2, and gpt-3 models. long_description = file: docs/README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM +keywords = ai, ml, rl, gpt, llm, rlhf +license = MIT +classifiers = + Development Status :: 4 - Beta + Intended Audience :: Developers + License :: OSI Approved :: MIT License + Programming Language :: Python :: 3.10 + Topic :: Scientific/Engineering :: Artificial Intelligence + Typing :: Typed [options] package_dir=