kopia lustrzana https://github.com/glidernet/python-ogn-client
Make ogn an implicit namespace package
rodzic
b9201e9169
commit
9a01a752c8
4
setup.py
4
setup.py
|
@ -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': [
|
||||||
|
|
Ładowanie…
Reference in New Issue