This commit is contained in:
Vítor Santos Costa
2019-04-03 10:39:22 +01:00
parent 03232f53ce
commit 134288da68
5 changed files with 50 additions and 7 deletions

View File

@@ -57,9 +57,8 @@ setup_args = dict(
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'License :: OSI Approved :: Perl License',
'Programming Language :: Prolog',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
],
)
@@ -83,4 +82,5 @@ if 'setuptools' in sys.modules:
setup_args.update(setuptools_args)
if __name__ == '__main__':
sys.path += ['../swig']
setup(**setup_args)