-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from samdoghor/v1.0.0a1
chore: minor changes
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|