Skip to content

Commit 3785697

Browse files
committed
feature/issue7-fix-user-agent: added VERSION file to the distribution
1 parent b9ecfea commit 3785697

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include scrapingant_client/VERSION

scrapingant_client/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.3.2

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
'flake8>=3,<4',
4040
'responses>=0,<1'
4141
]
42-
}
42+
},
43+
include_package_data=True,
4344
)

0 commit comments

Comments
 (0)