Skip to content

Commit

Permalink
fix readme bug in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Jun 19, 2023
1 parent f26e94d commit 3ea492e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
author_email='sarath.menon@pyscal.org',
description='Ontology based structural manipulation and quering',
long_description=readme,
# tell setuptools to look for any packages under 'src'
long_description_content_type='text/markdown',
packages=find_packages(include=['pyscal_rdf', 'pyscal_rdf.*']),
# tell setuptools that all packages will be under the 'src' directory
# and nowhere else
zip_safe=False,
download_url = 'https://github.com/pyscal/pyscal_rdf',
url = 'https://pyscal.org',
Expand All @@ -25,5 +23,4 @@
'Programming Language :: Python :: 3'
],
include_package_data=True,
#package_data={'': ['*.owl']},
)

0 comments on commit 3ea492e

Please sign in to comment.