Make ogn an implicit namespace package

pull/3/head
Fabian P. Schmidt 2016-03-18 14:29:15 +01:00
rodzic b9201e9169
commit 9a01a752c8
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

Wyświetl plik

@ -1,7 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
from os import path from os import path
from setuptools import setup, find_packages from setuptools import setup
from ogn.client.settings import PACKAGE_VERSION from ogn.client.settings import PACKAGE_VERSION
@ -32,7 +32,7 @@ setup(
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
], ],
keywords='gliding ogn', keywords='gliding ogn',
packages=find_packages(exclude=['tests', 'tests.*']), packages=['ogn.parser', 'ogn.client'],
install_requires=[], install_requires=[],
extras_require={ extras_require={
'dev': [ 'dev': [