Skip to content

Commit

Permalink
Merge pull request #37 from samdoghor/v1.0.0a1
Browse files Browse the repository at this point in the history
chore: minor changes
  • Loading branch information
samdoghor authored Jan 24, 2024
2 parents ca70d43 + 1a3c68c commit 8bb17f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Empty file added CHANGELOG.md
Empty file.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "Myte"
version = "0.0.1"
version = "1.0.0a1"
dependencies = [
"typer",
"inquirer",
Expand All @@ -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"
Expand Down
14 changes: 10 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
[metadata]
name = Myte
version = 0.0.1
version = 1.0.0a1
author = Samuel Doghor
author_email = [email protected]
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]
Expand Down

0 comments on commit 8bb17f5

Please sign in to comment.