зеркало из https://github.com/Azure/pykusto.git
Fix package spec
This commit is contained in:
Родитель
e29935c173
Коммит
775e7ce97f
|
@ -1,2 +1,3 @@
|
|||
/.idea/workspace.xml
|
||||
/.idea/checkstyle-idea.xml
|
||||
/.idea/pykusto.iml
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ from setuptools import setup
|
|||
setup(
|
||||
name='pykusto',
|
||||
version='0.0.1',
|
||||
packages=['azure-kusto-data=0.0.31'],
|
||||
packages=['azure-kusto-data==0.0.31'],
|
||||
url='https://dev.azure.com/yomost/_git/pykusto',
|
||||
license='MIT License',
|
||||
author='yomost',
|
||||
|
|
Загрузка…
Ссылка в новой задаче