[DEV] updave python version dependency
This commit is contained in:
parent
8aa4239363
commit
792df536b2
@ -22,7 +22,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>kangaroo-and-rabbit</groupId>
|
<groupId>kangaroo-and-rabbit</groupId>
|
||||||
<artifactId>archidata</artifactId>
|
<artifactId>archidata</artifactId>
|
||||||
<version>0.2.6</version>
|
<version>0.3.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ setup(name='karanage-tools',
|
|||||||
'Topic :: Software Development :: Libraries'
|
'Topic :: Software Development :: Libraries'
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'karanage'
|
'karanage=='+read_version_file()
|
||||||
],
|
],
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
keywords='system cpu status',
|
keywords='system cpu status',
|
||||||
|
@ -1 +1 @@
|
|||||||
0.3.0-dev
|
0.4.0-dev
|
@ -1 +1 @@
|
|||||||
0.3.0-dev
|
0.4.0-dev
|
Loading…
x
Reference in New Issue
Block a user