mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-21 12:41:33 +00:00
Look up every module in the package
This commit is contained in:
parent
9481e8f921
commit
f374cb7e46
4
setup.py
4
setup.py
@ -1,6 +1,6 @@
|
||||
from os.path import dirname, realpath, join
|
||||
|
||||
from setuptools import setup
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
here = dirname(realpath(__file__))
|
||||
|
||||
@ -17,7 +17,7 @@ setup(
|
||||
author='Avatao.com Innovative Learning Kft.',
|
||||
author_email='support@avatao.com',
|
||||
license='custom',
|
||||
packages=['tfw'],
|
||||
packages=find_packages(),
|
||||
package_dir={'tfw': 'tfw'},
|
||||
install_requires=requirements,
|
||||
extras_require={
|
||||
|
Loading…
Reference in New Issue
Block a user