-
-
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 #38 from samdoghor/v1.0.0a1
chore: minor changes
- Loading branch information
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = Myte | |
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 | ||
description = Myte allows users to choose from popular web frameworks like Flask, FastAPI, and Tornado etc when initializing a new project. After entering a project name, the user selects their preferred framework which then generates the basic directory structure and boilerplate code to get started. | ||
long_description = file: README.md, CHANGELOG.md, LICENSE | ||
license = MIT License | ||
license_files = LICENSE | ||
|
@@ -12,7 +12,6 @@ classifiers = | |
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 | ||
|
||
|
@@ -27,4 +26,4 @@ install_requires = | |
|
||
[options.entry_points] | ||
console_scripts = | ||
create-myte = myte.main:main | ||
create-myte = packages.main:main |