Skip to content

Commit

Permalink
Hopefully the next release
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Florath <andreas@florath.net>
  • Loading branch information
florath committed May 12, 2017
1 parent 7f6b985 commit efa12d3
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -23,4 +23,5 @@ doc/presentations/reqspricing.dot
doc/presentations/reqspricing.png
make_tests.log
.tox
MANIFEST

8 changes: 8 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,8 @@
include *.txt
include *.rst
recursive-include doc *
recursive-include contrib *
recursive-include share *
recursive-include rmtoo/collection *
prune *~
prune *.pyc
33 changes: 33 additions & 0 deletions contrib/vmsetup/Readme-PreinstalledVM.rst
Expand Up @@ -289,3 +289,36 @@ e.g. the page that describes the analytics, use
man rmtoo-analytics
Next Steps
==========

There are two additional example projects availble:

EMail client
------------
A small project with eight requirements. This can be found in

.. code:: bash
/usr/local/pkg/rmtoo/rmtoo/doc/examples/EMailClient
rmtoo
-----
Of course the requirements for rmtoo itself are written in rmtoo.
Currently it contains about 200 requirements - including mostly
all different types of outputs.

.. code:: bash
/usr/local/pkg/rmtoo/rmtoo/doc
In this directory, you can find the ``requirements``, ``topics`` and
so on.

FAQ
===
Some frequently asked questions with answers:

.. code:: bash
/usr/local/pkg/rmtoo/rmtoo/doc/other/FAQ.txt
2 changes: 1 addition & 1 deletion doc/release_notes/24.rst
Expand Up @@ -12,7 +12,7 @@ IF YOU WANT TO USE THE NEW FEATURES, PLEASE FIRST READ THE
DOCUMENTATION (rmtoo-config3(5)). IF YOU HAVE PROBLEMS WITH THIS
FEEL FREE TO CONTACT OUR SUPPORT AT rmtoo@florath.net

24.1.1
24.1.5
======

User visible changes
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
from setuptools import setup

PACKAGE = 'rmtoo'
VERSION = '24.1.1'
VERSION = '24.1.5'

ADD_DATA = []

Expand Down Expand Up @@ -99,6 +99,7 @@ def adjust(input_filename, output):
"Topic :: Scientific/Engineering",
],
packages=[
"rmtoo",
"rmtoo/inputs",
"rmtoo/lib",
"rmtoo/lib/digraph",
Expand All @@ -114,6 +115,7 @@ def adjust(input_filename, output):
"rmtoo/collection",
"rmtoo/collection/constraints",
],
include_package_data=True,
data_files=ADD_DATA,
install_requires=[
"numpy>=1.12.0",
Expand Down

0 comments on commit efa12d3

Please sign in to comment.