mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-13 03:00:19 +00:00
Move from a package to a module
This commit is contained in:
parent
137c32c6e5
commit
ca5dc26de3
6 changed files with 3 additions and 7 deletions
1
VERSION
Normal file
1
VERSION
Normal file
|
@ -0,0 +1 @@
|
|||
1.0.0a1
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = sprockets-postgres
|
||||
version = attr: sprockets_postgres.__version__.version
|
||||
version = file: VERSION
|
||||
description = An asynchronous Postgres client and mixin for Tornado applications
|
||||
long_description = file: README.rst
|
||||
long_description_content_type = text/x-rst; charset=UTF-8
|
||||
|
@ -36,7 +36,7 @@ install_requires =
|
|||
aiopg>=1.0.0,<2
|
||||
sprockets.http>=2.1.1,<3
|
||||
tornado>=6,<7
|
||||
packages =
|
||||
pymodules =
|
||||
sprockets_postgres
|
||||
zip_safe = true
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
"""
|
||||
sprockets-postgres Version
|
||||
|
||||
"""
|
||||
version = '1.0.0a1'
|
Loading…
Reference in a new issue