Skip to content

Commit ee4d04b

Browse files
committed
Added MANIFEST.in.
1 parent 6333b16 commit ee4d04b

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

HISTORY.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
0.1.1 (2013-10-03)
7+
++++++++++++++++++
8+
9+
* Added MANIFEST.in
10+
611
0.1.0 (2013-10-02)
712
++++++++++++++++++
813

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include HISTORY.rst README.rst LICENSE requirements.txt tests/maxminddb_test.py
2+
graft docs/html

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
import os
1717

18-
__version__ = '0.1.0'
18+
__version__ = '0.1.1'
1919

2020
# If extensions (or modules to document with autodoc) are in another directory,
2121
# add these directories to sys.path here. If the directory is relative to the

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='maxminddb',
17-
version='0.1.0',
17+
version='0.1.1',
1818
description='Python extension for reading the MaxMind DB format',
1919
ext_modules=[module],
2020
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)