소스 검색

Update setup.py

Basti Tee 3 년 전
부모
커밋
e10e97185a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -20,7 +20,7 @@ setup(
     author_email='basti.tee@posteo.de',
     url='https://github.com/BastiTee/python3-boilerplate',
     # Detailled description
-    description='Python3 boilerplate module.',
+    description='A best-practices template project for Python3 modules.',
     long_description=long_description,
     long_description_content_type='text/markdown',
     keywords='sample setuptools development',