removed the tests package from the distribution
This commit is contained in:
parent
3f469ab9d6
commit
5d5989b67e
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,6 +13,7 @@ build/*
|
|||||||
dist/*
|
dist/*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
settings.py
|
settings.py
|
||||||
|
versiontools*
|
||||||
|
|
||||||
# Unit test / coverage reports
|
# Unit test / coverage reports
|
||||||
.coverage
|
.coverage
|
||||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ setup(
|
|||||||
author='OpenSlides-Team',
|
author='OpenSlides-Team',
|
||||||
author_email='support@openslides.org',
|
author_email='support@openslides.org',
|
||||||
license='GPL2+',
|
license='GPL2+',
|
||||||
packages=find_packages(),
|
packages=find_packages(exclude=['tests']),
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
classifiers = [
|
classifiers = [
|
||||||
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||||
|
Loading…
Reference in New Issue
Block a user