nidhal baccouri
commited on
Commit
·
2eb45df
1
Parent(s):
755b091
updated readme
Browse files- Makefile +3 -3
- README.rst +0 -7
Makefile
CHANGED
@@ -77,9 +77,9 @@ release: dist ## package and upload a release
|
|
77 |
twine upload dist/*
|
78 |
|
79 |
dist: clean ## builds source and wheel package
|
80 |
-
|
81 |
-
|
82 |
ls -l dist
|
83 |
|
84 |
install: clean ## install the package to the active Python's site-packages
|
85 |
-
|
|
|
77 |
twine upload dist/*
|
78 |
|
79 |
dist: clean ## builds source and wheel package
|
80 |
+
python3 setup.py sdist
|
81 |
+
python3 setup.py bdist_wheel
|
82 |
ls -l dist
|
83 |
|
84 |
install: clean ## install the package to the active Python's site-packages
|
85 |
+
python3 setup.py install
|
README.rst
CHANGED
@@ -26,13 +26,6 @@ deep-translator
|
|
26 |
.. image:: https://pepy.tech/badge/deep-translator
|
27 |
:target: https://pepy.tech/project/deep-translator
|
28 |
|
29 |
-
.. image:: https://pepy.tech/badge/deep-translator/month
|
30 |
-
:target: https://pepy.tech/project/deep-translator/month
|
31 |
-
|
32 |
-
|
33 |
-
.. image:: https://img.shields.io/github/last-commit/nidhaloff/deep-translator
|
34 |
-
:alt: GitHub last commit
|
35 |
-
:target: https://pypi.python.org/pypi/deep-translator
|
36 |
|
37 |
.. image:: https://img.shields.io/pypi/wheel/deep-translator
|
38 |
:target: https://pypi.python.org/pypi/deep-translator
|
|
|
26 |
.. image:: https://pepy.tech/badge/deep-translator
|
27 |
:target: https://pepy.tech/project/deep-translator
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
.. image:: https://img.shields.io/pypi/wheel/deep-translator
|
31 |
:target: https://pypi.python.org/pypi/deep-translator
|