Skip to content

Commit 854496e

Browse files
committed
fix manifest and setup.py
1 parent 0d8344b commit 854496e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
include python_seed/template/ci/*
2+
include python_seed/template/ci/.github/workflows/*
3+
include python_seed/template/ci/.circleci/*
24
include python_seed/template/cov/*
35
include python_seed/template/module/pyseed/*
46
include python_seed/template/module/tests/*

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515

1616
setup(
1717
name="python-seed",
18-
version="1.0.0",
18+
version="1.0.0.post1",
1919
description="Create skeleton of python project",
20+
long_description=readme,
21+
long_description_content_type="text/markdown",
2022
author=u"Vincent Sarago",
2123
author_email="vincent@developmentseed.com",
2224
url="https://github.com/developementseed/python-seed",

0 commit comments

Comments
 (0)