Skip to content

Commit c1ddd71

Browse files
committed
Add MANIFEST.in
1 parent ea878a8 commit c1ddd71

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include README.md
2+
include requirements.txt

postgis/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Pyscopg helpers to work with PostGIS."""
22

3-
VERSION = (0, 1, 0)
3+
VERSION = (0, 1, 1)
44

55
__author__ = 'Yohan Boniface'
66
__contact__ = "yohan.boniface@data.gouv.fr"

0 commit comments

Comments
 (0)