Permalink
Browse files

Initial release for 2.0.0

  • Loading branch information...
1 parent 601b482 commit f7f6cf8c6aa83581cf3bf9df201568a626e45c58 @michaelhush committed Aug 25, 2016
View
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -70,9 +70,9 @@ In the M-LOOP source code directory. The tests should take around three minutes
Documentation
-------------
-If you would also like a local copy of the documentation enter the docs folder and use the command::
+If you would also like a local copy of the documentation enter the doc folder and use the command::
make html
-Which will generate the documentation in docs/build/html.
+Which will generate the documentation in doc/build/html.
File renamed without changes.
File renamed without changes.
View
@@ -0,0 +1,2 @@
+[metadata]
+description-file = README.rst
View
@@ -23,9 +23,10 @@
description = 'M-LOOP: Machine-learning online optimization package. A python package of automated optimization tools - enhanced with machine-learning - for quantum scientific experiments, computer controlled systems or other optimization tasks.',
license = 'MIT',
keywords = 'automated machine learning optimization optimisation science experiment quantum',
- url = 'https://github.com/michaelhush/M-LOOP/',
+ url = 'https://github.com/michaelhush/M-LOOP/',
+ download_url = 'https://github.com/michaelhush/M-LOOP/tarball/v2.0.0',
- classifiers = ['Development Status :: 3 - Alpha',
+ classifiers = ['Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Science/Research',
'Intended Audience :: Manufacturing',
'License :: OSI Approved :: MIT License',

0 comments on commit f7f6cf8

Please sign in to comment.