diff --git a/MANIFEST b/MANIFEST index a1ea86a..cf0f5ee 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,6 @@ # file GENERATED by distutils, do NOT edit CHANGES.txt +README.txt setup.py TwitterGeoPics/Geocoder.py TwitterGeoPics/GetNewGeo.py @@ -7,5 +8,3 @@ TwitterGeoPics/GetNewPics.py TwitterGeoPics/GetOldGeo.py TwitterGeoPics/GetOldPics.py TwitterGeoPics/__init__.py -TwitterGeoPics/pygeocoder.py -TwitterGeoPics/pygeolib.py diff --git a/setup.py b/setup.py index 4024296..1b21861 100644 --- a/setup.py +++ b/setup.py @@ -25,4 +25,4 @@ def read(*filenames, **kwargs): description='Command line scripts for geocoding tweets from twitter.com and for downloading embedded photos.', long_description=read('README.txt'), install_requires = ['TwitterAPI>=2.1', 'fridge'] - +)