Skip to content

Commit

Permalink
distribution and setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
uditgupta0912 committed Jul 12, 2019
1 parent f5dedbb commit bc320c8
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 1 deletion.
20 changes: 20 additions & 0 deletions ReNView.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Metadata-Version: 1.1
Name: ReNView
Version: 1.1
Summary: Visualizer for complex reaction systems
Home-page: https://github.com/VlachosGroup/ReNView
Author: Udit Gupta
Author-email: [email protected]
License: GNU Lesser GPL v3
Download-URL: https://github.com/VlachosGroup/ReNView/archive/1.1.tar.gz
Description: UNKNOWN
Keywords: Reaction flux analysis,reaction path analysis,visualization,reaction network,graph representation,data compression
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
9 changes: 9 additions & 0 deletions ReNView.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
README.md
setup.cfg
setup.py
ReNView/GraphGenerator.py
ReNView.egg-info/PKG-INFO
ReNView.egg-info/SOURCES.txt
ReNView.egg-info/dependency_links.txt
ReNView.egg-info/requires.txt
ReNView.egg-info/top_level.txt
1 change: 1 addition & 0 deletions ReNView.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

4 changes: 4 additions & 0 deletions ReNView.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pandas
graphviz
numpy
pydot
1 change: 1 addition & 0 deletions ReNView.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ReNView
Binary file added dist/ReNView-1.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
'Intended Audience :: Developers', # Define that your audience are developers
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: GNU Lesser GPL v3 License', # Again, pick a license
'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)', # Again, pick a license
'Programming Language :: Python :: 3', #Specify which pyhton versions that you want to support
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit bc320c8

Please sign in to comment.