Skip to content

Commit 98017c3

Browse files
authored
Update setup.py
- bump to 1.1
1 parent 791bb01 commit 98017c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# coding: UTF-8
22
from setuptools import setup
3+
from pathlib import Path
34

45
# TODO:
56
# - Wrap learning.
@@ -20,9 +21,9 @@
2021

2122
setup(
2223
name="pydensecrf2",
23-
version="1.1rc1",
24+
version="1.1",
2425
description="A python interface to Philipp Krähenbühl's fully-connected (dense) CRF code.",
25-
long_description="See the README.md at http://github.com/lucasb-eyer/pydensecrf",
26+
long_description=(Path(__file__).parent / "README.md").read_text(),
2627
author="Lucas Beyer, Philipp Krähenbühl",
2728
author_email="[email protected]",
2829
maintainer="Mackenzie Mathis",

0 commit comments

Comments
 (0)