|
6 | 6 |
|
7 | 7 | package_data = \ |
8 | 8 | {'': ['*'], |
9 | | - 'pypgstac': ['migrations/pgstac.0.2.4-0.2.6.sql', |
10 | | - 'migrations/pgstac.0.2.4-0.2.6.sql', |
11 | | - 'migrations/pgstac.0.2.4-0.2.6.sql', |
12 | | - 'migrations/pgstac.0.2.5-0.2.6.sql', |
13 | | - 'migrations/pgstac.0.2.5-0.2.6.sql', |
14 | | - 'migrations/pgstac.0.2.5-0.2.6.sql', |
15 | | - 'migrations/pgstac.0.2.6.sql', |
16 | | - 'migrations/pgstac.0.2.6.sql', |
17 | | - 'migrations/pgstac.0.2.6.sql']} |
| 9 | + 'pypgstac': ['migrations/pgstac.0.2.4-0.2.7.sql', |
| 10 | + 'migrations/pgstac.0.2.4-0.2.7.sql', |
| 11 | + 'migrations/pgstac.0.2.4-0.2.7.sql', |
| 12 | + 'migrations/pgstac.0.2.5-0.2.7.sql', |
| 13 | + 'migrations/pgstac.0.2.5-0.2.7.sql', |
| 14 | + 'migrations/pgstac.0.2.5-0.2.7.sql', |
| 15 | + 'migrations/pgstac.0.2.7.sql', |
| 16 | + 'migrations/pgstac.0.2.7.sql', |
| 17 | + 'migrations/pgstac.0.2.7.sql']} |
18 | 18 |
|
19 | 19 | install_requires = \ |
20 | 20 | ['asyncio>=3.4.3,<4.0.0', |
|
28 | 28 |
|
29 | 29 | setup_kwargs = { |
30 | 30 | 'name': 'pypgstac', |
31 | | - 'version': '0.2.6', |
| 31 | + 'version': '0.2.7', |
32 | 32 | 'description': '', |
33 | 33 | 'long_description': 'Python tools for working with PGStac\n', |
34 | 34 | 'author': 'David Bitner', |
|
0 commit comments