diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 3e520a2..09b30d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "Myte" -version = "0.0.1" +version = "1.0.0a1" dependencies = [ "typer", "inquirer", @@ -23,7 +23,7 @@ classifiers = [ "Topic :: Software Development :: Boilerplate", "Environment :: Console", ] -keywords = ["Myte", "Flask", "FastAPI", "Tornado", "Bottle", "Pyramid", "CherryPy", "Boilerplate", "Python web framework", "Project bootstrapping", "Framework"] +keywords = ["Myte", "Flask", "FastAPI", "Tornado", "Bottle", "Pyramid", "CherryPy", "Boilerplate", "Web framework", "Project bootstrapping", "Framework"] [project.urls] Homepage = "https://github.com/samdoghor/myte" diff --git a/setup.cfg b/setup.cfg index dee19a4..169d568 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,14 +1,20 @@ [metadata] name = Myte -version = 0.0.1 +version = 1.0.0a1 author = Samuel Doghor author_email = talkto@samdoghor.com description = Myte allows users to choose from popular web frameworks like Flask, FastAPI, and Tornado etc when initializing a new project -long_description = file: README.rst, CHANGELOG.rst, LICENSE.rst -keywords = one, two +long_description = file: README.md, CHANGELOG.md, LICENSE license = MIT License license_files = LICENSE -keywords = Myte, Flask, FastAPI, Tornado, Bottle, Pyramid, CherryPy, Boilerplate, Python web framework, Project bootstrapping, Framework +classifiers = + Programming Language :: Python :: 3, + License :: OSI Approved :: MIT License, + Operating System :: OS Independent, + Intended Audience :: Developers, + Topic :: Software Development :: Boilerplate, + Environment :: Console, +keywords = Myte, Flask, FastAPI, Tornado, Bottle, Pyramid, CherryPy, Boilerplate, Web framework, Project bootstrapping, Framework [options]