Skip to content

Commit

Permalink
bugfix: missing migrations subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkorir committed Mar 5, 2020
1 parent 1f09c63 commit 3630f2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup
from setuptools import setup, find_packages

with open('README.rst') as f:
LONG_DESCRIPTION = f.read()

setup(
name='sfftk-migrate',
version='0.1.0b1',
packages=['sfftk_migrate'],
version='0.1.0b2',
packages=find_packages(),
url='',
license='Apache 2.0',
author='Paul K. Korir, PhD',
Expand Down

0 comments on commit 3630f2d

Please sign in to comment.