Skip to content

Commit 0c660fb

Browse files
Reset to 1.0.1
1 parent eafae9b commit 0c660fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
# ToDo: Add versioneer
44

5+
with open("README.md", "r") as fh:
6+
long_description = fh.read()
7+
58
setup(name="pydantic_bind",
6-
version="1.0.1",
9+
version="1.0.2",
710
description="C++/pybind generation from Pydantic classes",
811
author="Nick Young",
912
license=r"https://www.apache.org/licenses/LICENSE-2.0",
13+
long_description=long_description,
14+
long_description_content_type="text/markdown",
1015
packages=find_packages(),
1116
include_package_data=True,
1217
install_requires=[

0 commit comments

Comments
 (0)