fixed issues with third party family

This commit is contained in:
2022-10-25 12:47:07 -05:00
parent 0a3759dbf3
commit b057f1e77b
4 changed files with 35 additions and 5 deletions

View File

@@ -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',