diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,6 @@ [metadata] name = esds -version = 0.0.1 +version = attr: esds.__version__ author = Loic Guegan maintainer = Loic Guegan description = Extensible Simulator of Distributed Systems @@ -9,3 +9,7 @@ license = GNU LGPLv3 [options] install_requires = numpy +packages=find: + +[options.packages.find] +exclude = manual
\ No newline at end of file |
