Skip to content

Commit 1964189

Browse files
authored
Update setup.py
1 parent 0d393a6 commit 1964189

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
author='ODISSEI Social Data Science Team',
1313
description='Package for scraping artworks from WikiArt and GoogleArt',
1414
long_description='See https://github.com/sodascience/artscraper for examples and usage',
15+
keywords='artscraper wikiart artsandculture',
16+
license='MIT',
17+
url='https://github.com/sodascience/artscraper',
1518
packages=find_packages(exclude=['data', 'docs', 'tests', 'examples']),
1619
python_requires='~=3.6',
1720
install_requires=[

0 commit comments

Comments
 (0)