Commit fc4373cb authored by Jacob Kaufman's avatar Jacob Kaufman
Browse files

Fixed Python Directories

- added setup.py, readme, license, manifest
- fixed file structure
parent ef353f74
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
Metadata-Version: 1.0
Name: CartoCosmos
Version: 1.3
Summary: Virtual planetary mapping
Home-page: https://github.com/CartoCosmos/CartoCosmos
Author: CartoComos Development Team
Author-email: UNKNOWN
License: UNKNOWN
Description: CartoCosmos is a virtual planetary mapping application that allows users to create and view maps of different planetary bodies supported by USGS.
Platform: UNKNOWN
+11 −0
Original line number Diff line number Diff line
MANIFEST.in
README
geoServerLayers.json
setup.py
CartoCosmos/CartoCosmos.py
CartoCosmos/__init__.py
CartoCosmos.egg-info/PKG-INFO
CartoCosmos.egg-info/SOURCES.txt
CartoCosmos.egg-info/dependency_links.txt
CartoCosmos.egg-info/requires.txt
CartoCosmos.egg-info/top_level.txt
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
+4 −0
Original line number Diff line number Diff line
ipyleaflet
ipywidgets
geojson
Shapely
+1 −0
Original line number Diff line number Diff line
CartoCosmos
Loading