Move from a package to a module

This commit is contained in:
Gavin M. Roy 2020-04-06 17:47:50 -04:00
parent 137c32c6e5
commit ca5dc26de3
6 changed files with 3 additions and 7 deletions

1
VERSION Normal file
View file

@ -0,0 +1 @@
1.0.0a1

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = sprockets-postgres name = sprockets-postgres
version = attr: sprockets_postgres.__version__.version version = file: VERSION
description = An asynchronous Postgres client and mixin for Tornado applications description = An asynchronous Postgres client and mixin for Tornado applications
long_description = file: README.rst long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8 long_description_content_type = text/x-rst; charset=UTF-8
@ -36,7 +36,7 @@ install_requires =
aiopg>=1.0.0,<2 aiopg>=1.0.0,<2
sprockets.http>=2.1.1,<3 sprockets.http>=2.1.1,<3
tornado>=6,<7 tornado>=6,<7
packages = pymodules =
sprockets_postgres sprockets_postgres
zip_safe = true zip_safe = true

View file

@ -1,5 +0,0 @@
"""
sprockets-postgres Version
"""
version = '1.0.0a1'

View file