nidhal baccouri commited on
Commit
948c3ff
·
1 Parent(s): 68aa657

added check rst

Browse files
Files changed (2) hide show
  1. Makefile +3 -0
  2. docs/README.rst +1 -0
Makefile CHANGED
@@ -81,3 +81,6 @@ dist: clean ## builds source and wheel package
81
 
82
  install: clean ## install the package to the active Python's site-packages
83
  python3 setup.py install
 
 
 
 
81
 
82
  install: clean ## install the package to the active Python's site-packages
83
  python3 setup.py install
84
+
85
+ check:
86
+ twine check dist/*
docs/README.rst CHANGED
@@ -657,6 +657,7 @@ You can always help the development of this project by:
657
  - Create issues and pull requests
658
  - Sponsor the project
659
 
 
660
  Next Steps
661
  ===========
662
 
 
657
  - Create issues and pull requests
658
  - Sponsor the project
659
 
660
+ ===========
661
  Next Steps
662
  ===========
663