Update packaging files.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
include README.rst LICENSE HISTORY.rst
|
||||
recursive-include mayan README *.txt *.html *.css *.ico *.png *.jpg *.js *.po *.mo *.ttf
|
||||
global-exclude mayan/settings/local.py mayan/settings/travis/* settings_local.* mayan.sqlite* db.sqlite* mayan/media gpg_home document_storage image_cache
|
||||
recursive-include mayan *.txt *.html *.css *.ico *.png *.jpg *.js *.po *.mo *.ttf
|
||||
global-exclude mayan/settings/local.py mayan/settings/travis/* mayan/media/*
|
||||
|
||||
3
setup.py
3
setup.py
@@ -50,6 +50,7 @@ def find_packages(directory):
|
||||
packages.append('.'.join(fullsplit(dirpath)))
|
||||
elif filenames:
|
||||
data_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]])
|
||||
|
||||
return packages
|
||||
|
||||
install_requires = """
|
||||
@@ -120,7 +121,7 @@ setup(
|
||||
packages=find_packages(PACKAGE_DIR),
|
||||
platforms=['any'],
|
||||
scripts=['mayan/bin/mayan-edms.py'],
|
||||
url='https://github.com/mayan-edms/mayan-edms',
|
||||
url='https://gitlab.com/mayan-edms/mayan-edms',
|
||||
version=mayan.__version__,
|
||||
zip_safe=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user