-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
10 changed files
with
25 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
NAME = ortho_codes | ||
NAME = open_ortho_terminology | ||
|
||
.PHONY: clean deploy | ||
|
||
|
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,8 +1,8 @@ | ||
from setuptools import setup, find_packages | ||
|
||
setup( | ||
name='open-ortho-codes', # Package name, should be unique on PyPI | ||
version='0.2.0', # Package version | ||
name='open-ortho-terminology', # Package name, should be unique on PyPI | ||
version='0.3.0', # Package version | ||
author='Toni Magni', # Your name or your organization's name | ||
author_email='[email protected]', # Your contact email | ||
description='A package for managing orthodontic codes and namespaces.', # Short description | ||
|
@@ -31,7 +31,7 @@ | |
# package_data={'yourpackage': ['data/*.dat']}, # Include specific package data | ||
entry_points={ # Allows you to create command-line scripts | ||
'console_scripts': [ | ||
'oo-codes=ortho_codes.main:main', | ||
'oo-codes=open_ortho_terminology.main:main', | ||
], | ||
}, | ||
) |