this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Release 0.1a

Mainly doing this to reserve twitter-to-sqlite on PyPI

+3 -3
+2 -2
.circleci/config.yml
··· 46 46 . venv/bin/activate 47 47 pip install -e . 48 48 pip install pytest 49 - pytest 49 + twitter-to-sqlite --help 50 50 test-python-install: 51 51 parameters: 52 52 version: ··· 74 74 . venv/bin/activate 75 75 pip install -e . 76 76 pip install pytest 77 - pytest 77 + twitter-to-sqlite --help 78 78 deploy: 79 79 docker: 80 80 - image: circleci/python:3.6
+1 -1
setup.py
··· 1 1 from setuptools import setup 2 2 import os 3 3 4 - VERSION = "0.3" 4 + VERSION = "0.1a" 5 5 6 6 7 7 def get_long_description():