We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8344b commit 854496eCopy full SHA for 854496e
2 files changed
MANIFEST.in
@@ -1,4 +1,6 @@
1
include python_seed/template/ci/*
2
+include python_seed/template/ci/.github/workflows/*
3
+include python_seed/template/ci/.circleci/*
4
include python_seed/template/cov/*
5
include python_seed/template/module/pyseed/*
6
include python_seed/template/module/tests/*
setup.py
@@ -15,8 +15,10 @@
15
16
setup(
17
name="python-seed",
18
- version="1.0.0",
+ version="1.0.0.post1",
19
description="Create skeleton of python project",
20
+ long_description=readme,
21
+ long_description_content_type="text/markdown",
22
author=u"Vincent Sarago",
23
author_email="vincent@developmentseed.com",
24
url="https://github.com/developementseed/python-seed",
0 commit comments