fixed issues with third party family
This commit is contained in:
6
setup.py
6
setup.py
@@ -2,12 +2,16 @@
|
||||
Tools for downloading info from Wookieepedia
|
||||
"""
|
||||
from setuptools import find_packages, setup
|
||||
from setuptools.command.install import install
|
||||
from setuptools.command.develop import develop
|
||||
import os
|
||||
from setuptools.command.egg_info import egg_info
|
||||
|
||||
dependencies = ['click', 'pywikibot', 'pymediawiki', 'mwparserfromhell']
|
||||
|
||||
setup(
|
||||
name='wookieedl',
|
||||
version='0.1.0',
|
||||
version='0.1.1',
|
||||
url='https://github.com/anthonyscorrea/wookiee-dl',
|
||||
license='BSD',
|
||||
author='Anthony Correa',
|
||||
|
||||
Reference in New Issue
Block a user