Skip to content

Commit 08d71b6

Browse files
authored
Merge pull request #9 from ScrapingAnt/feature/issue7-fix-user-agent
feature/issue7-fix-user-agent: added VERSION file to the distribution
2 parents 87d248e + 3785697 commit 08d71b6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include scrapingant_client/VERSION

scrapingant_client/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.3.2

setup.py

Lines changed: 2 additions & 1 deletion
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)