Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0623299

Browse files
committed
defined markdown as description content type in setup.py + added build.sh to generate distribution
1 parent915676a commit0623299

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎build.sh‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
python setup.py sdist bdist_wheel

‎setup.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
version='1.0.0',
99
description='Utility functions for strings validation and manipulation.',
1010
long_description=long_description,
11+
long_description_content_type='text/markdown',
1112
author='Davide Zanotti',
1213
author_email='davidezanotti@gmail.com',
1314
license='MIT',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp