diff --git a/MANIFEST b/MANIFEST index 3295b71..35b3ebb 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,3 +1,7 @@ # file GENERATED by distutils, do NOT edit -fenixedu.py setup.py +fenixedu/__init__.py +fenixedu/configuration.py +fenixedu/endpoints.py +fenixedu/request_methods.py +fenixedu/user.py diff --git a/setup.py b/setup.py index a381780..9b88ea3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup, Extension setup(name='fenixedu', - version='2.0.1', + version='1.0.0', description='FenixEdu API SDK for python', author='Samuel Coelho', author_email='samuelfcmc@gmail.com',