Skip to content

Commit ed8f94b

Browse files
JuanCJuanC
authored andcommitted
Changing img to URLs
1 parent 45c1cd8 commit ed8f94b

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
dist/
1+
dist/
2+
python_sharp.egg-info

MANIFEST.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
include README.md
2-
include LICENSE
3-
recursive-include documentation_images *.png *.jpg *.jpeg *.svg *.gif
2+
include LICENSE

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<!--img src="https://github.com/juanclopgar97/python_sharp/blob/master/documentation_images/python_sharp.png" width="300"-->
2-
<img src="./documentation_images/python_sharp.png" width="300">
1+
<img src="https://github.com/juanclopgar97/python_sharp/blob/master/documentation_images/python_sharp.png" width="300">
32

43
```python
54
def project_finished(sender:object,e:EventArgs)->None:
@@ -149,7 +148,7 @@ from python_sharp import *
149148

150149
Currently there is an upcoming effort to create a VS code extension to deliver a better expirence while using python sharp, an example of this is a custom OUTLINE to visualize *@property* and *@event* with its corresponding icons as the next image shows:
151150

152-
<img src="./documentation_images/outline_support.png">
151+
<img src="https://github.com/juanclopgar97/python_sharp/blob/master/documentation_images/outline_support.png">
153152

154153
and so much more!, if you want to see it come true you can show interest using and spreading the use of python sharp, this will help to add more support to the project.
155154

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
from setuptools import setup, find_packages
1+
from setuptools import setup
22

33
setup(
44
name="python_sharp", # Unique name of your package on PyPI
5-
version="1.1.0", # Version of the package, following semantic versioning
5+
version="1.1.1", # Version of the package, following semantic versioning
66
author="Juan Carlos Lopez Garcia", # Author's name
77
author_email="[email protected]", # Contact email
88
description="python# (python sharp) is a module created to add EOP (event oriented programing) into python in the most native feeling, easy sintax way possible. Based on C# event implementation structure", # Short description

0 commit comments

Comments
 (0)