-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bryan Bartley
committed
Jan 20, 2021
1 parent
6202872
commit 932d871
Showing
9 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
from setuptools import setup | ||
|
||
setup(name='Owlet', | ||
setup(name='tyto', | ||
version='1.0a', | ||
description='Automatically generates Python symbols for ontology terms', | ||
python_requires='>=3.6', | ||
url='https://github.com/SynBioDex/Owlet', | ||
url='https://github.com/SynBioDex/tyto', | ||
author='Bryan Bartley', | ||
author_email='[email protected]', | ||
license='Apache-2', | ||
|
@@ -28,8 +28,8 @@ | |
], | ||
# What does your project relate to? | ||
keywords='ontologies', | ||
packages=['Owlet'], | ||
package_data={'Owlet': ['ontologies/*.owl', | ||
packages=['tyto'], | ||
package_data={'tyto': ['ontologies/*.owl', | ||
'ontologies/*.rdf', | ||
'ontologies/*.ttl']}, | ||
include_package_data=True, | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.