mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-04-26 16:04:43 +00:00
Exclude testproject from setuptools package detection.
This commit is contained in:
parent
8f6cb4fdc5
commit
d7f5be30aa
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -7,7 +7,7 @@ setup(
|
|||
author_email='mbonetti@gmail.com',
|
||||
url='https://github.com/mbi/django-rosetta',
|
||||
license='MIT',
|
||||
packages=find_packages(),
|
||||
packages=find_packages(exclude=['testproject', 'testproject.*']),
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Web Environment',
|
||||
|
|
|
|||
Loading…
Reference in a new issue