Update to latest practices in packaging. by WizzyGeek · Pull Request #8 · dbarnett/python-helloworld · GitHub
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6d4b435
Update main.py
WizzyGeek Dec 21, 2019
b7f13ee
Update main.py
WizzyGeek Dec 21, 2019
888a229
Update setup.py
WizzyGeek Dec 21, 2019
58a0d1e
Update helloworld.py
WizzyGeek Dec 21, 2019
8d381ab
Update README
WizzyGeek Dec 21, 2019
df5229a
Update setup.py
WizzyGeek Dec 22, 2019
ef05a23
Update setup.py
WizzyGeek Dec 22, 2019
bc10ef8
Update README
WizzyGeek Dec 23, 2019
d548f97
Update main.py
WizzyGeek Jan 23, 2020
e96ea5c
Update README
WizzyGeek Jan 23, 2020
23fbe2a
Update README
WizzyGeek Jan 23, 2020
411801f
Update README
WizzyGeek Jan 23, 2020
61d9066
Update README
WizzyGeek Jan 23, 2020
9444347
Add run on repl.it badge to README
WizzyGeek Jan 23, 2020
d10c926
Merge branch 'python3' into replit-readme
WizzyGeek Jan 23, 2020
792f48f
Merge pull request #1 from TEEN-BOOM/replit-readme
WizzyGeek Jan 23, 2020
67f4a66
Update README
WizzyGeek Jan 23, 2020
039c404
Update README
WizzyGeek Jan 23, 2020
b3c9a73
Update README
WizzyGeek Jan 23, 2020
b1071d1
Delete .replit
WizzyGeek Jan 23, 2020
26d1c2d
Update README
WizzyGeek Jan 23, 2020
af4085b
Update setup.py
WizzyGeek Jan 23, 2020
89e4ebe
Create LICENSE
WizzyGeek Jan 23, 2020
a5a18f3
Update LICENSE
WizzyGeek Jan 23, 2020
b51382f
Update and rename README to README.md
WizzyGeek Jan 23, 2020
7fe0cdd
Update README.md
WizzyGeek Jan 23, 2020
67e322b
Update setup.py
WizzyGeek Jan 26, 2020
1dae1dd
Not confirmed
WizzyGeek Jan 26, 2020
c5b9a0f
Update README.md
WizzyGeek Jan 26, 2020
1f7d97d
Update README.md
WizzyGeek Jan 26, 2020
94f2131
Resolved
WizzyGeek Feb 11, 2020
d161717
Merge branch 'master' into python3
WizzyGeek Mar 26, 2020
02043d4
Update README.md
WizzyGeek Mar 30, 2020
e7b28c7
Update setup.py
WizzyGeek Mar 30, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
5 changes: 0 additions & 5 deletions README

This file was deleted.

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Hello, World
<hr>
A simple program, and an example of how to structure a python project.

## Usage

Install the program by python setup.py install<br>
Later you may invoke the program by typing `helloworld_in_python` in a shell
<hr>


3 changes: 1 addition & 2 deletions helloworld.py