1
0
Fork 0
mirror of https://github.com/snovvcrash/usbrip.git synced 2024-06-01 11:46:02 +02:00

Minor edits

This commit is contained in:
Sam Free5ide 2019-08-15 02:07:05 +03:00
parent 5af9775488
commit a8d8c42d9c
2 changed files with 2 additions and 1 deletions

View File

@ -126,6 +126,7 @@ setup(
license=__license__,
description=__brief__,
long_description=long_description,
long_description_content_type='text/markdown',
keywords=keywords,
packages=find_packages(),
zip_safe=False,

View File

@ -21,4 +21,4 @@ You should have received a copy of the GNU General Public License
along with usbrip. If not, see <http://www.gnu.org/licenses/>.
"""
__version__ = '2.1.4-1'
__version__ = '2.1.4-2'