Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Commit 7a98c25

Browse files
author
ydcjeff
committed
v0.2.10: build
1 parent db89400 commit 7a98c25

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ Argument:
7373
project_name Project name to create with venv
7474
7575
Options:
76-
-g, --git Make git initialization
76+
-g, --git Make git initialization (Default: True)
7777
-ng, --no-git Skip git initialization
78-
-p, --pkg Ask packages to install
78+
-p, --pkg Ask packages to install (Default: True)
7979
-np, --no-pkg Skip packages installation
80-
-i, --init Create setup.py file
80+
-i, --init Create setup.py file (Default: True)
8181
-ni, --no-init Skip setup.py file
8282
-V, --version Output version number
8383
-h, --help Output usage information

clifold/clifold_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
def __version__():
1111
"""return package version"""
12-
return "0.2.9"
12+
return "0.2.10"
1313

1414

1515
def cli():

docs/index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,14 @@
8383
font-size: 3.25em;
8484
font-family: "Dosis", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
8585
color: #5acfc9;
86-
margin-left: 1em;
87-
margin-right: 1em;
88-
text-align: center;
86+
margin-left: auto;
87+
margin-right: auto;
88+
}
89+
.logo {
90+
display: block;
91+
margin-left: auto;
92+
margin-right: auto;
93+
width: 80%;
8994
}
9095
</style>
9196
</head>
@@ -99,7 +104,7 @@
99104
</p>
100105
<p id="three">
101106
Are you copying the content of setup.py and .gitignore from
102-
<a href="https://docs.python.org" target="_blank" rel="noopener noreferrer">Python Docs</a> and from
107+
<a href="https://docs.python.org" target="_blank" rel="noopener noreferrer">Python Docs</a> and from
103108
<a href="https://github.com" target="_blank" rel="noopener noreferrer">GitHub</a> till now?
104109
</p>
105110
<p id="four">
@@ -125,7 +130,7 @@
125130
<p id="eight">
126131
<h1>Introducing...</h1>
127132
</p>
128-
<img width="250" src="logo.svg" alt="Clifold logo" />
133+
<img class="logo" src="logo.svg" alt="Clifold logo" />
129134
<h1 class="clifold">Clifold.py</h1>
130135
<p id="nine">
131136
<div id="clifold">

0 commit comments

Comments
 (0)