Commit 2dd482b5 authored by jay's avatar jay
Browse files

fixed dir structure

parent ac04967e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
<module type="PYTHON_MODULE" version="4">
  <component name="NewModuleRootManager">
    <content url="file://$MODULE_DIR$" />
    <orderEntry type="jdk" jdkName="Python 2.7.10 (~/anaconda/bin/python)" jdkType="Python SDK" />
    <orderEntry type="jdk" jdkName="Python 3.5.0 (~/anaconda3/envs/autocnet/bin/python)" jdkType="Python SDK" />
    <orderEntry type="sourceFolder" forTests="false" />
  </component>
  <component name="PyDocumentationSettings">
+1 −1
Original line number Diff line number Diff line
@@ -10,5 +10,5 @@
    <ConfirmationsSetting value="0" id="Add" />
    <ConfirmationsSetting value="0" id="Remove" />
  </component>
  <component name="ProjectRootManager" version="2" project-jdk-name="Python 2.7.10 (~/anaconda/bin/python)" project-jdk-type="Python SDK" />
  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.5.0 (~/anaconda3/envs/autocnet/bin/python)" project-jdk-type="Python SDK" />
</project>
 No newline at end of file
+468 −50

File changed.

Preview size limit exceeded, changes collapsed.

+0 −0

File moved.

+67 −0
Original line number Diff line number Diff line
Metadata-Version: 1.1
Name: autocnet
Version: 0.1.0
Summary: R&D for automated control network generation.
Home-page: https://github.com/jlaura@usgs.gov/autocnet
Author: Jay Laura
Author-email: jlaura@usgs.gov
License: ISCL
Description: ===============================
        AutoCNet
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/autocnet.svg
                :target: https://pypi.python.org/pypi/autocnet
        
        .. image:: https://img.shields.io/travis/jlaura@usgs.gov/autocnet.svg
                :target: https://travis-ci.org/jlaura@usgs.gov/autocnet
        
        .. image:: https://readthedocs.org/projects/autocnet/badge/?version=latest
                :target: https://readthedocs.org/projects/autocnet/?badge=latest
                :alt: Documentation Status
        
        
        R&D for automated control network generation.
        
        * Free software: ISC license
        * Documentation: https://autocnet.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        Credits
        ---------
        
        Tools used in rendering this package:
        
        *  Cookiecutter_
        *  `cookiecutter-pypackage`_
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        
        History
        -------
        
        0.1.0 (2015-01-11)
        ---------------------
        
        * First release on PyPI.
        
Keywords: autocnet
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Loading