summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 3ed7567..e9582df 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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